GitHub user BenFradet opened a pull request:

    https://github.com/apache/spark/pull/6993

    [Spark-8575][SQL] Deprecate callUDF in favor of udf

    Follow up of [SPARK-8356](https://issues.apache.org/jira/browse/SPARK-8356) 
and #6902.
    Removes the unit test for the now deprecated ```callUdf```
    Unit test in SQLQuerySuite now uses ```udf``` instead of ```callUDF```
    Replaced ```callUDF``` by ```udf``` where possible in mllib

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BenFradet/spark SPARK-8575

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/6993.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 #6993
    
----
commit 477709f5ae1a8cd84d3f6215f133854706c50d4f
Author: BenFradet <[email protected]>
Date:   2015-06-23T21:05:03Z

    removal of the unit test for the now deprecated callUdf

commit 84d6780775fcd7b79ccde21f8da4cc7badd0f3b5
Author: BenFradet <[email protected]>
Date:   2015-06-23T21:22:57Z

    modified unit test in SQLQuerySuite to use udf instead of callUDF

commit 197ec827e34c20bdc87101ebe47c7d9de4821d7f
Author: BenFradet <[email protected]>
Date:   2015-06-24T17:34:04Z

    callUDF => udf in OneVsRest

commit 0ea30b36702d48a3f2027d6b3e97455d1095f3aa
Author: BenFradet <[email protected]>
Date:   2015-06-24T18:07:13Z

    callUDF => udf in Classifier where possible

commit fe2a10be75196559595ef0755e0cb07e8a635b1c
Author: BenFradet <[email protected]>
Date:   2015-06-24T18:31:49Z

    callUDF => udf in ProbabilisticClassifier

----


---
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]

Reply via email to