Uh oh!
There was an error while loading. Please reload this page.
[SPARK-23261] [PySpark] Rename Pandas UDFs - #20428
Conversation
Had an offline discussion with @sameeragarwal and @cloud-fan . To be consistent with the other APIs, we would propose to make the above changes. The major question is about the new name of |
icexelloss
commented
Jan 29, 2018
|
Yup, fortunately(?) we are free to rename |
viirya
commented
Jan 30, 2018
First two changes looks good. The last one, maybe |
SparkQA
commented
Jan 30, 2018
Test build #86784 has finished for PR 20428 at commit
|
sameeragarwal
commented
Jan 30, 2018
+1 on |
HyukjinKwon
commented
Jan 30, 2018
+1 on |
cloud-fan
commented
Jan 30, 2018
+1 on |
SparkQA
commented
Jan 30, 2018
Test build #86794 has finished for PR 20428 at commit
|
cloud-fan
commented
Jan 30, 2018
LGTM |
viirya
commented
Jan 30, 2018
Let's also update PR description too. |
SparkQA
commented
Jan 30, 2018
Test build #86798 has finished for PR 20428 at commit
|
ueshin
commented
Jan 30, 2018
Jenkins, retest this please. |
ueshin
commented
Jan 30, 2018
LGTM. |
SparkQA
commented
Jan 30, 2018
Test build #86804 has finished for PR 20428 at commit
|
HyukjinKwon
commented
Jan 30, 2018
Merged to master. |
cloud-fan
commented
Jan 30, 2018
@gatorsmile shall we backport it to 2.3? excluding the |
gatorsmile
commented
Jan 30, 2018
Yes. We need to backport it to 2.3 |
gatorsmile
commented
Jan 30, 2018
Will submit a new PR to 2.3 |
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 <gatorsmile@gmail.com> Closesapache#20428 from gatorsmile/renamePandasUDFs.
This PR is to backport #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` ## How was this patch tested? The existing tests Author: gatorsmile <gatorsmile@gmail.com> Closes#20439 from gatorsmile/backport2.3.
What changes were proposed in this pull request?
Rename the public APIs and names of pandas udfs.
PANDAS SCALAR UDF->SCALAR PANDAS UDFPANDAS GROUP MAP UDF->GROUPED MAP PANDAS UDFPANDAS GROUP AGG UDF->GROUPED AGG PANDAS UDFHow was this patch tested?
The existing tests