Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] support Group execution #42352

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Conversation

stdpain
Copy link
Contributor

@stdpain stdpain commented Mar 8, 2024

Why I'm doing:

#42583

What I'm doing:

Fixes #issue

What type of PR is this:

  • BugFix
  • Feature
  • Enhancement
  • Refactor
  • UT
  • Doc
  • Tool

Does this PR entail a change in behavior?

  • Yes, this PR will result in a change in behavior.
  • No, this PR will not result in a change in behavior.

If yes, please specify the type of change:

  • Interface/UI changes: syntax, type conversion, expression evaluation, display information
  • Parameter changes: default values, similar parameters but with different default values
  • Policy changes: use new policy to replace old one, functionality automatically enabled
  • Feature removed
  • Miscellaneous: upgrade & downgrade compatibility, etc.

Checklist:

  • I have added test cases for my bug fix or my new feature
  • This pr needs user documentation (for new or modified features or behaviors)
    • I have added documentation for my new feature or new function
  • This is a backport pr

Bugfix cherry-pick branch check:

  • I have checked the version labels which the pr will be auto-backported to the target branch
    • 3.2
    • 3.1
    • 3.0
    • 2.5

@stdpain stdpain requested review from a team as code owners March 8, 2024 11:55
@mergify mergify bot assigned stdpain Mar 8, 2024
@stdpain stdpain force-pushed the group_execution branch 7 times, most recently from 5226d04 to f7c169f Compare March 12, 2024 12:48
Copy link

@stdpain stdpain force-pushed the group_execution branch 2 times, most recently from 6c31bd8 to 3a10c75 Compare March 19, 2024 06:19
@stdpain stdpain removed request for a team March 21, 2024 06:46
Copy link

[FE Incremental Coverage Report]

pass : 0 / 0 (0%)

Copy link

[BE Incremental Coverage Report]

pass : 461 / 500 (92.20%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 be/src/exec/pipeline/query_context.cpp 0 2 00.00% [478, 581]
🔵 be/src/exec/cross_join_node.cpp 1 3 33.33% [613, 614]
🔵 be/src/exec/union_node.cpp 3 6 50.00% [375, 376, 377]
🔵 be/src/exec/pipeline/hashjoin/spillable_hash_join_build_operator.cpp 11 15 73.33% [134, 136, 137, 138]
🔵 be/src/exprs/runtime_filter_bank.cpp 7 9 77.78% [680, 708]
🔵 be/src/exec/pipeline/group_execution/execution_group.cpp 64 81 79.01% [29, 30, 31, 33, 50, 84, 85, 86, 87, 88, 90, 132, 133, 134, 135, 136, 138]
🔵 be/src/exec/pipeline/group_execution/group_operator.h 10 12 83.33% [41, 50]
🔵 be/src/exec/pipeline/fragment_context.h 7 8 87.50% [75]
🔵 be/src/exec/hash_join_node.cpp 16 18 88.89% [516, 550]
🔵 be/src/exec/pipeline/group_execution/group_operator.cpp 32 34 94.12% [68, 70]
🔵 be/src/exec/pipeline/group_execution/execution_group.h 28 29 96.55% [114]
🔵 be/src/exec/pipeline/pipeline_builder.cpp 45 46 97.83% [296]
🔵 be/src/exec/pipeline/scan/olap_scan_context.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/group_execution/execution_group_builder.cpp 10 10 100.00% []
🔵 be/src/exec/topn_node.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/operator.cpp 21 21 100.00% []
🔵 be/src/exec/pipeline/fragment_executor.cpp 16 16 100.00% []
🔵 be/src/exec/pipeline/runtime_filter_types.h 34 34 100.00% []
🔵 be/src/formats/parquet/file_reader.cpp 1 1 100.00% []
🔵 be/src/formats/orc/orc_chunk_reader.cpp 1 1 100.00% []
🔵 be/src/exec/connector_scan_node.cpp 2 2 100.00% []
🔵 be/src/connector/connector.cpp 2 2 100.00% []
🔵 be/src/exec/pipeline/pipeline_driver.h 1 1 100.00% []
🔵 be/src/exec/pipeline/fragment_context.cpp 47 47 100.00% []
🔵 be/src/exec/pipeline/hashjoin/hash_join_build_operator.cpp 28 28 100.00% []
🔵 be/src/exec/pipeline/pipeline_driver.cpp 3 3 100.00% []
🔵 be/src/exec/exec_node.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/stream_epoch_manager.cpp 1 1 100.00% []
🔵 be/src/exec/olap_scan_node.cpp 2 2 100.00% []
🔵 be/src/runtime/runtime_filter_worker.cpp 7 7 100.00% []
🔵 be/src/storage/olap_runtime_range_pruner.hpp 7 7 100.00% []
🔵 be/src/exec/hash_joiner.cpp 1 1 100.00% []
🔵 be/src/exec/exchange_node.cpp 2 2 100.00% []
🔵 be/src/exec/pipeline/pipeline.cpp 7 7 100.00% []
🔵 be/src/exec/pipeline/exchange/sink_buffer.cpp 1 1 100.00% []
🔵 be/src/storage/olap_runtime_range_pruner.h 1 1 100.00% []
🔵 be/src/exec/aggregate/aggregate_streaming_node.cpp 3 3 100.00% []
🔵 be/src/exprs/runtime_filter_bank.h 15 15 100.00% []
🔵 be/src/exprs/runtime_filter.h 3 3 100.00% []
🔵 be/src/exec/olap_scan_prepare.cpp 2 2 100.00% []
🔵 be/src/exec/pipeline/scan/olap_scan_prepare_operator.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/pipeline_builder.h 15 15 100.00% []

@stdpain stdpain enabled auto-merge (squash) March 27, 2024 12:54
@stdpain stdpain merged commit 8ae2952 into StarRocks:main Apr 1, 2024
66 checks passed
stdpain added a commit to stdpain/starrocks-2 that referenced this pull request Apr 18, 2024
stdpain added a commit to stdpain/starrocks-2 that referenced this pull request Apr 18, 2024
@Dshadowzh Dshadowzh mentioned this pull request Jul 22, 2024
61 tasks
@stdpain stdpain deleted the group_execution branch December 4, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants