zhengruifeng commented on code in PR #42745: URL: https://github.com/apache/spark/pull/42745#discussion_r1318118585
########## python/pyspark/sql/functions.py: ########## @@ -55,11 +55,13 @@ # Keep pandas_udf and PandasUDFType import for backwards compatible import; moved in SPARK-28264 from pyspark.sql.pandas.functions import pandas_udf, PandasUDFType # noqa: F401 + +# TODO: should directly rename the internal functions Review Comment: got it, let me remove it -- 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]
