Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/6405#issuecomment-106993749
[Test build #33799 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33799/consoleFull)
for PR 6405 at commit
[`9daa906`](https://github.com/apache/spark/commit/9daa90688e2324d1aeac5dcd28e8d8d888f447a2).
* This patch **fails Scala style tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `abstract class UnaryArithmetic extends UnaryExpression `
* `case class UnaryMinus(child: Expression) extends UnaryArithmetic `
* `case class Sqrt(child: Expression) extends UnaryArithmetic `
* `case class Abs(child: Expression) extends UnaryArithmetic `
* `case class BitwiseNot(child: Expression) extends UnaryArithmetic `
* `case class MaxOf(left: Expression, right: Expression) extends
BinaryArithmetic `
* `case class MinOf(left: Expression, right: Expression) extends
BinaryArithmetic `
* `case class Atan2(left: Expression, right: Expression)`
* `case class Hypot(left: Expression, right: Expression)`
* `case class EqualTo(left: Expression, right: Expression) extends
BinaryComparison `
---
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]