Skip to content

[Refactor] Split pipeline fragment reporting from QueryContextManager #74776

Merged
alvin-phoenix-ai merged 2 commits into
StarRocks:mainfrom
alvin-phoenix-ai:opt-qc-1
Jun 15, 2026
Merged

[Refactor] Split pipeline fragment reporting from QueryContextManager #74776
alvin-phoenix-ai merged 2 commits into
StarRocks:mainfrom
alvin-phoenix-ai:opt-qc-1

Conversation

@alvin-phoenix-ai

Copy link
Copy Markdown
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

Signed-off-by: alvin-phoenix-ai <alvin.zhao@phoenixdata.ai>
Signed-off-by: alvin-phoenix-ai <alvin.zhao@phoenixdata.ai>
@CelerData-Reviewer

Copy link
Copy Markdown

@codex review

@github-actions github-actions Bot requested review from stdpain and trueeyu June 14, 2026 23:59
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Hooray!

Reviewed commit: 31397a3299

ℹ️ 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
Copy Markdown
Contributor

[Java-Extensions Incremental Coverage Report]

pass : 0 / 0 (0%)

@github-actions

Copy link
Copy Markdown
Contributor

[FE Incremental Coverage Report]

pass : 0 / 0 (0%)

@github-actions

Copy link
Copy Markdown
Contributor

[BE Incremental Coverage Report]

fail : 50 / 138 (36.23%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 be/src/runtime/pipeline_fragment_reporter.cpp 22 110 20.00% [41, 46, 47, 48, 50, 51, 52, 55, 56, 57, 58, 59, 62, 63, 64, 65, 67, 68, 70, 71, 72, 73, 74, 75, 77, 78, 79, 82, 83, 84, 87, 88, 89, 90, 91, 93, 120, 125, 126, 128, 130, 131, 134, 135, 136, 137, 140, 141, 142, 143, 145, 147, 149, 150, 151, 152, 153, 154, 156, 157, 158, 161, 162, 163, 166, 168, 169, 171, 175, 176, 178, 179, 181, 182, 184, 185, 187, 188, 189, 190, 194, 195, 196, 197, 198, 199, 201, 202]
🔵 be/src/runtime/exec_env.cpp 1 1 100.00% []
🔵 be/src/compute_env/query/connector_scan_mem_share_arbitrator.cpp 11 11 100.00% []
🔵 be/src/compute_env/query/global_late_materialization_context.cpp 9 9 100.00% []
🔵 be/src/compute_env/query/global_late_materialization_context.h 2 2 100.00% []
🔵 be/src/exec/pipeline/query_context.cpp 2 2 100.00% []
🔵 be/src/compute_env/query/connector_scan_mem_share_arbitrator.h 3 3 100.00% []

@alvin-phoenix-ai alvin-phoenix-ai merged commit 31cac87 into StarRocks:main Jun 15, 2026
51 of 52 checks passed
OliLay pushed a commit to OliLay/starrocks that referenced this pull request Jun 30, 2026
…StarRocks#74776)

Signed-off-by: alvin-phoenix-ai <alvin.zhao@phoenixdata.ai>
Signed-off-by: Oliver Layer <o.layer@celonis.com>
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