HyukjinKwon commented on code in PR #39181: URL: https://github.com/apache/spark/pull/39181#discussion_r1055402797
########## python/pyspark/sql/functions.py: ########## @@ -132,6 +132,9 @@ def lit(col: Any) -> Column: Review Comment: Missing functions in Spark Connect are: ``` window_time call_udf days window hours pandas_udf sequence bucket years session_window format_number unwrap_udt udf months ``` FYI @zhengruifeng -- 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]
