-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8970][SQL] remove unnecessary abstraction for ExtractValue #7339
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 #37010 has finished for PR 7339 at commit
|
|
cc @rxin |
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 it odd to return null in the 2nd field. Why is the semantics of that?
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.
This unapply is only used in optimizer to save code. I have removed it.
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.
Maybe we can simplify null propagation for binary and unary expression. Will do that in another PR.
|
Test build #37044 has finished for PR 7339 at commit
|
|
Test build #37042 has finished for PR 7339 at commit
|
|
Jenkins, retest this please. |
|
Test build #37048 has finished for PR 7339 at commit
|
|
Jenkins, retest this please. |
|
Test build #37061 has finished for PR 7339 at commit
|
|
Test build #37075 has finished for PR 7339 at commit
|
|
I saw the JIRA is marked as resolved, any problems here? |
Author: Wenchen Fan <[email protected]> Closes #7339 from cloud-fan/minor and squashes the following commits: 84a2128 [Wenchen Fan] remove unapply 6a37c12 [Wenchen Fan] remove unnecessary abstraction for ExtractValue
|
It's been merged -- but github didn't close this. Can you close the pr? |
No description provided.