yutoacts commented on a change in pull request #33988:
URL: https://github.com/apache/spark/pull/33988#discussion_r710756961



##########
File path: python/pyspark/sql/functions.pyi
##########
@@ -301,6 +301,7 @@ def column(col: str) -> Column: ...
 def cos(col: ColumnOrName) -> Column: ...
 def cosh(col: ColumnOrName) -> Column: ...
 def cot(col: ColumnOrName) -> Column: ...
+def csc(col: ColumnOrName) -> Column: ...

Review comment:
       Thank you for the review! fixed them.




-- 
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]

Reply via email to