HyukjinKwon commented on code in PR #42597:
URL: https://github.com/apache/spark/pull/42597#discussion_r1301009991
##########
python/pyspark/sql/functions.py:
##########
@@ -4524,10 +4524,11 @@ def approx_percentile(
of `col` values is less than the value or equal to that value.
- .. versionadded:: 3.1.0
+ .. versionadded:: 3.5.0
- .. versionchanged:: 3.4.0
- Supports Spark Connect.
+ Notes
+ -----
+ The function supports Spark Connect.
Review Comment:
```suggestion
Supports Spark Connect.
```
--
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]