You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "xinrong-meng (via GitHub)" <gi...@apache.org> on 2023/05/05 00:42:59 UTC

[GitHub] [spark] xinrong-meng commented on a diff in pull request #41053: [WIP]

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org