Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/6405#issuecomment-107387487
  
      [Test build #33883 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33883/consoleFull)
 for   PR 6405 at commit 
[`b5ff31b`](https://github.com/apache/spark/commit/b5ff31b0dde66ed24634dc8773dfafb11b95ee50).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `trait TypeCheckResult `
      * `  case class TypeCheckFailure(message: String) extends TypeCheckResult 
`
      * `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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to