HyukjinKwon commented on a change in pull request #33906:
URL: https://github.com/apache/spark/pull/33906#discussion_r703243616
##########
File path: python/pyspark/sql/functions.py
##########
@@ -377,6 +377,23 @@ def cosh(col):
return _invoke_function_over_column("cosh", col)
+def cot(col):
Review comment:
actually you should also add them in functions.R too. ref:
https://github.com/apache/spark/commit/aeb45df668a97a2d48cfd4079ed62601390979ba
--
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]