HyukjinKwon commented on code in PR #40615:
URL: https://github.com/apache/spark/pull/40615#discussion_r1155402075


##########
python/pyspark/sql/functions.py:
##########
@@ -10113,6 +10113,120 @@ def unwrap_udt(col: "ColumnOrName") -> Column:
     return _invoke_function("unwrap_udt", _to_java_column(col))
 
 
+@try_remote_functions

Review Comment:
   Should also add one in `pyspark.sql.connect.functions` too.



-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to