-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Remove CoalescePartitions insertion from Joins #15570
base: main
Are you sure you want to change the base?
Conversation
This backs out commit 4346cb8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are LGTM, thank you @ctsk for tracking and finalizing this issue
left | ||
}; | ||
let stream = merge.execute(0, context)?; | ||
let left_schema = stream.schema(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dead comment above
I wonder if there is any way to write some tests for this (perhaps via |
🤖 |
I don't think a redundant exec can be removed since if the input is 1 partition, it was already not introducing a new one, and what we see is input is always 1 (enforce distribution does its job 👏🏻), because we don't get any plan changes |
I see -- this is code simplification 👍 |
🤖: Benchmark completed Details
|
TLDR is benchmark results look good to me -- thanks @ctsk ! |
Continuing #15476 and #15418
Notable changes: