Skip to content

[Refactor] Add RuntimeFilterHelper#69321

Merged
alvin-celerdata merged 3 commits intoStarRocks:mainfrom
alvin-celerdata:add-runtime-state-helper
Feb 17, 2026
Merged

[Refactor] Add RuntimeFilterHelper#69321
alvin-celerdata merged 3 commits intoStarRocks:mainfrom
alvin-celerdata:add-runtime-state-helper

Conversation

@alvin-celerdata
Copy link
Contributor

Why I'm doing:

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 pr needs auto generate documentation
  • 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
    • 4.1
    • 4.0
    • 3.5
    • 3.4

Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
@CelerData-Reviewer
Copy link

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Bravo.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
@alvin-celerdata alvin-celerdata requested review from a team as code owners February 17, 2026 01:30
@CelerData-Reviewer
Copy link

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Keep them coming!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@github-actions
Copy link
Contributor

[Java-Extensions Incremental Coverage Report]

pass : 0 / 0 (0%)

@github-actions
Copy link
Contributor

[FE Incremental Coverage Report]

pass : 0 / 0 (0%)

@github-actions
Copy link
Contributor

[BE Incremental Coverage Report]

fail : 74 / 98 (75.51%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 be/src/exec/pipeline/aggregate/spillable_partitionwise_aggregate_operator.cpp 0 1 00.00% [96]
🔵 be/src/exec/pipeline/aggregate/spillable_partitionwise_distinct_operator.cpp 0 1 00.00% [91]
🔵 be/src/runtime/runtime_state.cpp 2 3 66.67% [348]
🔵 be/src/runtime/runtime_state_helper.cpp 49 70 70.00% [49, 61, 62, 63, 64, 65, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84]
🔵 be/src/storage/load_chunk_spiller.cpp 2 2 100.00% []
🔵 be/src/exec/pipeline/scan/olap_scan_context.cpp 1 1 100.00% []
🔵 be/src/exprs/expr.cpp 1 1 100.00% []
🔵 be/src/exprs/expr_context.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/hashjoin/spillable_hash_join_probe_operator.cpp 2 2 100.00% []
🔵 be/src/exec/pipeline/fragment_context.cpp 1 1 100.00% []
🔵 be/src/exprs/table_function/unnest_bitmap.h 1 1 100.00% []
🔵 be/src/exprs/table_function/subdivide_bitmap.h 1 1 100.00% []
🔵 be/src/exec/pipeline/exchange/exchange_parallel_merge_source_operator.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/aggregate/spillable_aggregate_blocking_sink_operator.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/hashjoin/spillable_hash_join_build_operator.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/exchange/exchange_source_operator.cpp 1 1 100.00% []
🔵 be/src/runtime/runtime_state.h 1 1 100.00% []
🔵 be/src/exec/spillable_chunks_sorter.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/aggregate/spillable_aggregate_distinct_blocking_operator.cpp 1 1 100.00% []
🔵 be/src/runtime/global_dict/parser.cpp 2 2 100.00% []
🔵 be/src/exec/pipeline/nljoin/spillable_nljoin_build_operator.cpp 1 1 100.00% []
🔵 be/src/exec/pipeline/nljoin/spillable_nljoin_probe_operator.cpp 2 2 100.00% []
🔵 be/src/exec/pipeline/exchange/exchange_merge_sort_source_operator.cpp 1 1 100.00% []

@alvin-celerdata alvin-celerdata merged commit 9c1bc3f into StarRocks:main Feb 17, 2026
45 of 46 checks passed
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.

2 participants