zero323 commented on a change in pull request #29938:
URL: https://github.com/apache/spark/pull/29938#discussion_r499166143
##########
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:
We should probably have `@since` annotation here and for the remaining
ones.
----------------------------------------------------------------
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]