GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/20428
[SPARK-23261] [PySpark] Rename Pandas UDFs
## 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` -> `PANDAS UDAF`
## 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 renamePandasUDFs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20428.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 #20428
----
commit 8f75cc8965960b0295d7bf35c8b5a1c1eb94d0b9
Author: gatorsmile <gatorsmile@...>
Date: 2018-01-29T21:50:53Z
rename.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]