Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/7348#issuecomment-120555531
[Test build #37063 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/37063/console)
for PR 7348 at commit
[`d915899`](https://github.com/apache/spark/commit/d9158998bdc5baa04cd581a8bf91bb7946c429c3).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `case class UnaryMinus(child: Expression) extends UnaryArithmetic with
ExpectsInputTypes `
* `case class Abs(child: Expression) extends UnaryArithmetic with
ExpectsInputTypes `
* `case class Add(left: Expression, right: Expression)`
* `case class Subtract(left: Expression, right: Expression)`
* `case class Multiply(left: Expression, right: Expression)`
* `case class Divide(left: Expression, right: Expression)`
* `case class Remainder(left: Expression, right: Expression)`
* `case class BitwiseAnd(left: Expression, right: Expression)`
* `case class BitwiseOr(left: Expression, right: Expression)`
* `case class BitwiseXor(left: Expression, right: Expression)`
* `case class BitwiseNot(child: Expression) extends UnaryArithmetic with
ExpectsInputTypes `
---
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]