HyukjinKwon commented on a change in pull request #30745:
URL: https://github.com/apache/spark/pull/30745#discussion_r546646617



##########
File path: python/pyspark/sql/functions.py
##########
@@ -210,6 +210,44 @@ def sumDistinct(col):
     return _invoke_function_over_column("sumDistinct", col)
 
 
+@since(3.2)

Review comment:
       @rwpenney can you remove this and add `.. versionadded: 3.2.0` manually 
between the description and `Parameters`?




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

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