-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix:fix HashJoin projection swap #12967
Fix:fix HashJoin projection swap #12967
Conversation
ptal @korowa @Dandandan |
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.
Looks like a proper fix as this projection is, indeed, redundant for projected HJ.
Thank you @my-vegetable-has-exploded
Co-authored-by: Eduard Karacharov <[email protected]>
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.
LGTM, thanks @my-vegetable-has-exploded -- after you have fixed the clippy errors, we can merge this PR
thanks @korowa @berkaysynnada |
Which issue does this PR close?
ref #12491, #10978
If there is embeded projection in HashJoinExec, no need to add projection above hashjoin after swapping join order.
Thanks @onursatici for catching it.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?