Skip to content

Conversation

@kumarUjjawal
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the optimizer Optimizer rules label Nov 15, 2025
if coalesce_fetch < sort_fetch {
return internal_err!(
"CoalescePartitionsExec fetch [{:?}] should be greater than or equal to SortExec fetch [{:?}]", coalesce_fetch, sort_fetch
fetch = match fetch {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was a little unsure about this block, would like a feedback.

@kumarUjjawal kumarUjjawal changed the title refactor with assert_or_internal_err!() in datafusion/physical-optimizer minor: refactor with assert_or_internal_err!() in datafusion/physical-optimizer Nov 15, 2025
@2010YOUY01 2010YOUY01 added this pull request to the merge queue Nov 16, 2025
Merged via the queue into apache:main with commit ac9bb17 Nov 16, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

optimizer Optimizer rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants