Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/11809#issuecomment-200186256
  
    **[Test build #53883 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/53883/consoleFull)**
 for PR 11809 at commit 
[`56ca15f`](https://github.com/apache/spark/commit/56ca15fa348d0488ca689f9fec2dd912d0625fc4).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class Cast(child: Expression, dataType: DataType) extends 
UnaryExpression with NullIntolerant `
      * `case class UnaryMinus(child: Expression) extends UnaryExpression`
      * `case class UnaryPositive(child: Expression)`
      * `case class Abs(child: Expression)`
      * `case class Add(left: Expression, right: Expression) extends 
BinaryArithmetic with NullIntolerant `
      * `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 Pmod(left: Expression, right: Expression) extends 
BinaryArithmetic with NullIntolerant `
      * `case class EqualTo(left: Expression, right: Expression)`
      * `case class LessThan(left: Expression, right: Expression)`
      * `case class LessThanOrEqual(left: Expression, right: Expression)`
      * `case class GreaterThan(left: Expression, right: Expression)`
      * `case class GreaterThanOrEqual(left: Expression, right: Expression)`


---
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]

Reply via email to