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


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -12912,6 +12912,108 @@ def substr(
         return _invoke_function_over_columns("substr", str, pos)
 
 
+@_try_remote_functions

Review Comment:
   can we add a one unittest in, e.g., test_functions.py? then the tests will 
be resued in both Spark connect and classic.



-- 
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]

Reply via email to