Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/6647#issuecomment-109247914
  
      [Test build #34268 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34268/console)
 for   PR 6647 at commit 
[`9f8578e`](https://github.com/apache/spark/commit/9f8578e685e3d0eb17867f1a6a7e0343db1897d9).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `class ElementwiseProduct(val scalingVec: Vector) extends 
VectorTransformer `
      * `trait TypeCheckResult `
      * `  case class TypeCheckFailure(message: String) extends TypeCheckResult 
`
      * `case class UnresolvedAlias(child: Expression) extends NamedExpression`
      * `abstract class ExtractValueWithStruct extends ExtractValue `
      * `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]

Reply via email to