mengxr commented on a change in pull request #24643:
[SPARK-26412][PySpark][SQL] Allow Pandas UDF to take an iterator of pd.Series
or an iterator of tuple of pd.Series
URL: https://github.com/apache/spark/pull/24643#discussion_r293605013
##########
File path: python/pyspark/sql/tests/test_pandas_udf_scalar.py
##########
@@ -648,76 +862,39 @@ def f1(x):
return x + 1
@pandas_udf('int')
- def f2(x):
+ def f2s(x):
Review comment:
`f2_scalar` to be consistent?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]