Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5750#issuecomment-97299779
  
      [Test build #31208 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/31208/consoleFull)
 for   PR 5750 at commit 
[`d3f7e0f`](https://github.com/apache/spark/commit/d3f7e0fa2c054aef5b048bad588e81bcfebe94ab).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class Hypot(`
      * `case class Pow(left: Expression, right: Expression) extends 
BinaryMathExpression(math.pow, "POWER")`
      * `abstract class MathematicalExpression(f: Double => Double, name: 
String)`
      * `case class Acos(child: Expression) extends 
MathematicalExpression(math.acos, "ACOS")`
      * `case class Asin(child: Expression) extends 
MathematicalExpression(math.asin, "ASIN")`
      * `case class Atan(child: Expression) extends 
MathematicalExpression(math.atan, "ATAN")`
      * `case class Cbrt(child: Expression) extends 
MathematicalExpression(math.cbrt, "CBRT")`
      * `case class Ceil(child: Expression) extends 
MathematicalExpression(math.ceil, "CEIL")`
      * `case class Cos(child: Expression) extends 
MathematicalExpression(math.cos, "COS")`
      * `case class Cosh(child: Expression) extends 
MathematicalExpression(math.cosh, "COSH")`
      * `case class Exp(child: Expression) extends 
MathematicalExpression(math.exp, "EXP")`
      * `case class Expm1(child: Expression) extends 
MathematicalExpression(math.expm1, "EXPM1")`
      * `case class Floor(child: Expression) extends 
MathematicalExpression(math.floor, "FLOOR")`
      * `case class Log(child: Expression) extends 
MathematicalExpression(math.log, "LOG")`
      * `case class Log10(child: Expression) extends 
MathematicalExpression(math.log10, "LOG10")`
      * `case class Log1p(child: Expression) extends 
MathematicalExpression(math.log1p, "LOG1P")`
      * `case class Rint(child: Expression) extends 
MathematicalExpression(math.rint, "ROUND")`
      * `case class Signum(child: Expression) extends 
MathematicalExpression(math.signum, "SIGNUM")`
      * `case class Sin(child: Expression) extends 
MathematicalExpression(math.sin, "SIN")`
      * `case class Sinh(child: Expression) extends 
MathematicalExpression(math.sinh, "SINH")`
      * `case class Tan(child: Expression) extends 
MathematicalExpression(math.tan, "TAN")`
      * `case class Tanh(child: Expression) extends 
MathematicalExpression(math.tanh, "TANH")`
    
     * This patch does not change any dependencies.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to