HyukjinKwon commented on a change in pull request #24994: [SPARK-28133] Adding 
inverse hyperbolic functions in SQL
URL: https://github.com/apache/spark/pull/24994#discussion_r298451886
 
 

 ##########
 File path: python/pyspark/sql/functions.py
 ##########
 @@ -187,6 +187,15 @@ def _():
                        ' column name, and null values appear after non-null 
values',
 }
 
+_functions_3_0_over_column = {
+    'asinh': """:param col: hyperbolic angle
 
 Review comment:
   Can we avoid to add them per 
https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/functions.scala#L42-L56?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to