Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/6222#issuecomment-106024316
[Test build #33599 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33599/consoleFull)
for PR 6222 at commit
[`81a9ecd`](https://github.com/apache/spark/commit/81a9ecd0c47244afe9a966306e68cc87b8ef3dd2).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `abstract class UnaryMathExpression(f: Double => Double, name: String)`
* `case class Acos(child: Expression) extends
UnaryMathExpression(math.acos, "ACOS")`
* `case class Asin(child: Expression) extends
UnaryMathExpression(math.asin, "ASIN")`
* `case class Atan(child: Expression) extends
UnaryMathExpression(math.atan, "ATAN")`
* `case class Cbrt(child: Expression) extends
UnaryMathExpression(math.cbrt, "CBRT")`
* `case class Ceil(child: Expression) extends
UnaryMathExpression(math.ceil, "CEIL")`
* `case class Cos(child: Expression) extends
UnaryMathExpression(math.cos, "COS")`
* `case class Cosh(child: Expression) extends
UnaryMathExpression(math.cosh, "COSH")`
* `case class Exp(child: Expression) extends
UnaryMathExpression(math.exp, "EXP")`
* `case class Expm1(child: Expression) extends
UnaryMathExpression(math.expm1, "EXPM1")`
* `case class Floor(child: Expression) extends
UnaryMathExpression(math.floor, "FLOOR")`
* `case class Log(child: Expression) extends
UnaryMathExpression(math.log, "LOG")`
* `case class Log10(child: Expression) extends
UnaryMathExpression(math.log10, "LOG10")`
* `case class Log1p(child: Expression) extends
UnaryMathExpression(math.log1p, "LOG1P")`
* `case class Rint(child: Expression) extends
UnaryMathExpression(math.rint, "ROUND")`
* `case class Signum(child: Expression) extends
UnaryMathExpression(math.signum, "SIGNUM")`
* `case class Sin(child: Expression) extends
UnaryMathExpression(math.sin, "SIN")`
* `case class Sinh(child: Expression) extends
UnaryMathExpression(math.sinh, "SINH")`
* `case class Tan(child: Expression) extends
UnaryMathExpression(math.tan, "TAN")`
* `case class Tanh(child: Expression) extends
UnaryMathExpression(math.tanh, "TANH")`
* `case class ToDegrees(child: Expression) extends
UnaryMathExpression(math.toDegrees, "DEGREES")`
* `case class ToRadians(child: Expression) extends
UnaryMathExpression(math.toRadians, "RADIANS")`
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]