HyukjinKwon commented on code in PR #42745:
URL: https://github.com/apache/spark/pull/42745#discussion_r1317991376
##########
python/pyspark/sql/utils.py:
##########
@@ -179,7 +179,7 @@ def is_remote() -> bool:
return "SPARK_CONNECT_MODE_ENABLED" in os.environ
-def try_remote_functions(f: FuncT) -> FuncT:
Review Comment:
you could just leave this as is, and fix `functions.py` when you import with
an alias. e.g., `from pyspark.sql.utils import try_remote_functions as
_try_remote_functions`
--
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]