GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/11181
[SPARK-13296][SQL] Move UserDefinedFunction into sql.expressions.
This is more consistent with how we structure the packages for window
functions and UDAFs. I will have a follow-up pull request to remove
UserDefinedPythonFunction, since it merely duplicates the existing PythonUDF
class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark SPARK-13296
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11181.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 #11181
----
commit 1a42847e5eb735f7490224c194fc323bdad661fa
Author: Reynold Xin <[email protected]>
Date: 2016-02-12T09:13:33Z
[SPARK-13296][SQL] Move UserDefinedFunction into sql.expressions package.
----
---
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]