zhengruifeng commented on code in PR #42602:
URL: https://github.com/apache/spark/pull/42602#discussion_r1301090749
##########
python/pyspark/sql/functions.py:
##########
@@ -626,6 +623,10 @@ def mode(col: "ColumnOrName") -> Column:
:class:`~pyspark.sql.Column`
the most frequent value in a group.
+ Notes
Review Comment:
I am fine with this `Notes`
but does it means all the 150+ functions added in 3.5.0 needs this?
--
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]