dongjoon-hyun commented on a change in pull request #25041: [SPARK-28133][SQL] 
Add hyperbolic functions support in SQL
URL: https://github.com/apache/spark/pull/25041#discussion_r299779624
 
 

 ##########
 File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala
 ##########
 @@ -2021,13 +2030,22 @@ object functions {
    */
   def sinh(e: Column): Column = withExpr { Sinh(e.expr) }
 
-  /**
-   * @param columnName hyperbolic angle
-   * @return hyperbolic sine of the given value, as if computed by 
`java.lang.Math.sinh`
-   *
-   * @group math_funcs
-   * @since 1.4.0
-   */
+   /**
 
 Review comment:
   ditto.

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