GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/20439
[SPARK-23261][PYSPARK][BACKPORT-2.3] Rename Pandas UDFs
This PR is to backport https://github.com/apache/spark/pull/20428 to Spark
2.3 without adding the changes regarding `GROUPED AGG PANDAS UDF`
---
## What changes were proposed in this pull request?
Rename the public APIs and names of pandas udfs.
- `PANDAS SCALAR UDF` -> `SCALAR PANDAS UDF`
- `PANDAS GROUP MAP UDF` -> `GROUPED MAP PANDAS UDF`
- `PANDAS GROUP AGG UDF` -> `GROUPED AGG PANDAS UDF`
## How was this patch tested?
The existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gatorsmile/spark backport2.3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20439.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 #20439
----
commit 1a70ae195d345962fb9bc03a2abf4e3b812ae376
Author: gatorsmile <gatorsmile@...>
Date: 2018-01-30T12:55:55Z
[SPARK-23261][PYSPARK] Rename Pandas UDFs
Rename the public APIs and names of pandas udfs.
- `PANDAS SCALAR UDF` -> `SCALAR PANDAS UDF`
- `PANDAS GROUP MAP UDF` -> `GROUPED MAP PANDAS UDF`
- `PANDAS GROUP AGG UDF` -> `GROUPED AGG PANDAS UDF`
The existing tests
Author: gatorsmile <[email protected]>
Closes #20428 from gatorsmile/renamePandasUDFs.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]