xinrong-meng commented on code in PR #41053:
URL: https://github.com/apache/spark/pull/41053#discussion_r1185625149
##########
python/pyspark/sql/connect/udf.py:
##########
@@ -253,15 +253,17 @@ def register(
f = cast("UserDefinedFunctionLike", f)
Review Comment:
Before the change proposed in that PR, registering Arrow-optimized Python
UDF is buggy: the UDF registered will be executed as a non-Arrow-optimized
Python UDF.
That should be fixed separately.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]