SparkQA commented on issue #25279: [WIP][SPARK-28519][SQL] Use StrictMath log, 
pow functions for platform independence
URL: https://github.com/apache/spark/pull/25279#issuecomment-516688828
 
 
   **[Test build #108430 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108430/testReport)**
 for PR 25279 at commit 
[`c5ca3ea`](https://github.com/apache/spark/commit/c5ca3ea1875c8643268180f79d18264e047c8499).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class Exp(child: Expression) extends 
UnaryMathExpression(StrictMath.exp, \"EXP\") `
     * `case class Expm1(child: Expression) extends 
UnaryMathExpression(StrictMath.expm1, \"EXPM1\") `

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to