yutoacts commented on a change in pull request #33988:
URL: https://github.com/apache/spark/pull/33988#discussion_r710779661
##########
File path: python/pyspark/sql/functions.py
##########
@@ -394,6 +394,23 @@ def cot(col):
return _invoke_function_over_column("cot", col)
+def csc(col):
+ """
+ .. versionadded:: 3.3.0
Review comment:
Thank you, just added descriptions to all trig functions that missed
descriptions.
--
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]