zero323 commented on a change in pull request #29938:
URL: https://github.com/apache/spark/pull/29938#discussion_r499167847



##########
File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala
##########
@@ -1427,6 +1427,20 @@ object functions {
    */
   def acos(columnName: String): Column = acos(Column(columnName))
 
+  /**
+   * @return inverse hyperbolic cosine of `e`
+   *
+   * @group math_funcs
+   */

Review comment:
       It would be 3.1, as new functions are not added in maintenance releases.




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



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

Reply via email to