-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-9286] [SQL] Methods in Unevaluable should be final and AlgebraicAggregate should extend Unevaluable. #7627
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
|
Hold on one sec... going to update this so that AggregateFunction2 also extends Unevaluable. |
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.
Did we need this?
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 think we do not need it.
|
/cc @yhuai for review. |
|
|
|
Good catch; updated. |
|
Test build #38267 has finished for PR 7627 at commit
|
|
LGTM. Merging it to master. |
|
Test build #38275 has finished for PR 7627 at commit
|
This patch marks the Unevaluable.eval() and UnevaluablegenCode() methods as final and fixes two cases where they were overridden. It also updates AggregateFunction2 to extend Unevaluable.