Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/5750#issuecomment-97173102
[Test build #31153 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/31153/consoleFull)
for PR 5750 at commit
[`3ee0c05`](https://github.com/apache/spark/commit/3ee0c059dd6f67a94c5b328b94bf2053ca8e3d57).
* This patch **fails Python style 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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]