Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/6405#issuecomment-106993862
[Test build #33797 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33797/consoleFull)
for PR 6405 at commit
[`7e144e1`](https://github.com/apache/spark/commit/7e144e1d4adbd7ed023b89c77ed50003bc0952c0).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `class TypeCheckResult(val errorMessage: String) extends AnyVal `
* `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]