GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/7627
[SPARK-9286] [SQL] Methods in Unevaluable should be final
This patch marks the Unevaluable.eval() and UnevaluablegenCode() methods as
final and fixes two cases where they were overridden.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark unevaluable-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7627.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7627
----
commit fa68a22424bacedfed023f141787773e6d2bbb79
Author: Josh Rosen <[email protected]>
Date: 2015-07-23T20:49:59Z
Make eval() and genCode() final
commit 65329c2fb97f8a864ad199e02089a80ad29596c9
Author: Josh Rosen <[email protected]>
Date: 2015-07-23T21:08:11Z
Do not have AggregateFunction1 inherit from AggregateExpression1
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]