Tonix517 opened a new pull request #24994: [SPARK-28133] Adding inverse hyperbolic functions in SQL URL: https://github.com/apache/spark/pull/24994 ## What changes were proposed in this pull request? Inverse hyperbolic functions (asinh, acosh, atanh) were missing from SQL. Now we add support to those functions. ## How was this patch tested? Added new tests. ./build/sbt "testOnly org.apache.spark.sql.catalyst.expressions.MathExpressionsSuite ./build/sbt "testOnly org.apache.spark.sql.MathFunctionsSuite [In spark-shell] spark.sql("select asinh(xx)").show spark.sql("select acosh(xx)").show spark.sql("select atanh(xx)").show Please review https://spark.apache.org/contributing.html before opening a pull request. @wangyum @mgaido91
---------------------------------------------------------------- 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]
