-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-9306][SQL] Don't use SortMergeJoin when joining on unsortable columns #7645
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
Conversation
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.
Incorrect comment.
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.
I find the double-negation here to be a bit confusing. Could we remove a level of negation by using forall instead of exists and pushing the negation down?
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.
Thanks. Updated to make it more readable.
|
Thanks for fixing this! I'm going to try out your patch on top of #7625, the fuzz testing tool that I used to find this bug. |
|
Jenkins, retest this please. |
|
Test build #38369 has finished for PR 7645 at commit
|
|
LGTM. |
|
LGTM |
|
Jenkins, retest this please. |
|
Test build #38480 has finished for PR 7645 at commit
|
|
I'm going to merge this into master. Thanks! |
JIRA: https://issues.apache.org/jira/browse/SPARK-9306