allisonwang-db commented on code in PR #47235:
URL: https://github.com/apache/spark/pull/47235#discussion_r1667008319
##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -5385,6 +5385,24 @@ def countDistinct(col: "ColumnOrName", *cols:
"ColumnOrName") -> Column:
.. versionchanged:: 3.4.0
Supports Spark Connect.
+
+ Examples
Review Comment:
Hmm `countDistinct` is an alias for `count_distinct`. I don't think we need
an example for one.
--
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]