khalidmammadov commented on code in PR #37592:
URL: https://github.com/apache/spark/pull/37592#discussion_r950903322
##########
python/pyspark/sql/functions.py:
##########
@@ -994,12 +1014,22 @@ def cot(col: "ColumnOrName") -> Column:
Parameters
----------
col : :class:`~pyspark.sql.Column` or str
- Angle in radians
+ angle in radians.
Review Comment:
There are different conventions in this file and most prominent ones is
lower case and dot at the end. Tried to be consistent. Can revert if needed
--
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]