[SPARK-46037][SQL] Correctness fix for Shuffled Hash Join build left without codegen#47905
Closed
cloud-fan wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-46037][SQL] Correctness fix for Shuffled Hash Join build left without codegen#47905cloud-fan wants to merge 1 commit intoapache:masterfrom
cloud-fan wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
yaooqinn
approved these changes
Aug 28, 2024
viirya
approved these changes
Aug 28, 2024
dongjoon-hyun
approved these changes
Aug 28, 2024
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @cloud-fan .
cc @huaxingao and @sunchao from #41398
huaxingao
approved these changes
Aug 28, 2024
Contributor
Author
|
thanks for the review, merging to master/3.5! |
cloud-fan
added a commit
that referenced
this pull request
Aug 29, 2024
…without codegen This is a re-submitting of #43938 to fix a join correctness bug caused by #41398 . Credits go to mcdull-zhang correctness fix Yes, the query result will be corrected. new test no Closes #47905 from cloud-fan/join. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit af5e0a2) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
Member
|
Sorry guys was out (computer was stolen) and slowly going through emails. I must have missed adding the new case to this block when doing #41398 Thanks @cloud-fan and @mcdull-zhang for fixing this. |
sunchao
pushed a commit
that referenced
this pull request
Mar 10, 2026
…without codegen This is a re-submitting of #43938 to fix a join correctness bug caused by #41398 . Credits go to mcdull-zhang correctness fix Yes, the query result will be corrected. new test no Closes #47905 from cloud-fan/join. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit af5e0a2) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This is a re-submitting of #43938 to fix a join correctness bug caused by #41398 . Credits go to @mcdull-zhang
Why are the changes needed?
correctness fix
Does this PR introduce any user-facing change?
Yes, the query result will be corrected.
How was this patch tested?
new test
Was this patch authored or co-authored using generative AI tooling?
no