Skip to content

[Refactor] Move table function sink out of Exec#76372

Merged
alvin-phoenix-ai merged 2 commits into
StarRocks:mainfrom
alvin-phoenix-ai:mv-ds-03
Jul 15, 2026
Merged

[Refactor] Move table function sink out of Exec#76372
alvin-phoenix-ai merged 2 commits into
StarRocks:mainfrom
alvin-phoenix-ai:mv-ds-03

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

@cursor

cursor Bot commented Jul 15, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@CelerData-Reviewer

Copy link
Copy Markdown

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

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

Reviewed commit: 45dd0394ee

ℹ️ 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 github-actions Bot requested review from GavinMar and stdpain July 15, 2026 01:59
@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]

pass : 93 / 101 (92.08%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 be/src/data_sink/external/table_function_table_sink.h 1 2 50.00% [39]
🔵 be/src/data_sink/external/table_function_table_sink.cpp 19 24 79.17% [49, 50, 53, 54, 55]
🔵 be/src/exec/data_sinks/table_function_table_sink_pipeline_builder.cpp 72 74 97.30% [96, 97]
🔵 be/src/exec/data_sinks/data_sink_pipeline.cpp 1 1 100.00% []

@alvin-phoenix-ai alvin-phoenix-ai merged commit d88ea6e into StarRocks:main Jul 15, 2026
54 of 55 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