You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/22 12:20:16 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #39181: [SPARK-41647][CONNECT] Deduplicate docstrings in pyspark.sql.connect.functions

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: reviews-unsubscribe@spark.apache.org

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


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