-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6296] [SQL] Added equals to Column #4988
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
|
Test build #28488 has started for PR 4988 at commit
|
|
Mind including [SQL] in the title so that this gets sorted properly? |
|
I think once you do that, you'd need to define hashCode as well? |
|
Test build #28488 has finished for PR 4988 at commit
|
|
Test PASSed. |
f3b3e32 to
9ad6477
Compare
|
Test build #28491 has started for PR 4988 at commit
|
|
Test build #28492 has started for PR 4988 at commit
|
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.
doesn't expr have its own hash code?
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.
It does. Switched to use that.
|
Test build #28496 has started for PR 4988 at commit
|
|
lgtm |
|
|
|
Test build #28491 has finished for PR 4988 at commit
|
|
Test PASSed. |
|
Test build #28492 has finished for PR 4988 at commit
|
|
Test PASSed. |
|
As far as I know all concrete expressions are case classes, which should be fine. |
|
Test build #28496 has finished for PR 4988 at commit
|
|
Test PASSed. |
No description provided.