Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/7625#issuecomment-124310970
  
      [Test build #38302 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/38302/console)
 for   PR 7625 at commit 
[`37e4ce8`](https://github.com/apache/spark/commit/37e4ce82807930f207066cca7efbd3195bd3d17e).
     * This patch **fails RAT tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `    case class ChangePrecision(child: Expression) extends 
UnaryExpression `
      * `abstract class AlgebraicAggregate extends AggregateFunction2 with 
Serializable with Unevaluable `
      * `abstract class AggregateFunction1 extends LeafExpression with 
Serializable `
      * `abstract class SetOperation(left: LogicalPlan, right: LogicalPlan) 
extends BinaryNode `
      * `case class Union(left: LogicalPlan, right: LogicalPlan) extends 
SetOperation(left, right) `
      * `case class Intersect(left: LogicalPlan, right: LogicalPlan) extends 
SetOperation(left, right)`
      * `case class Except(left: LogicalPlan, right: LogicalPlan) extends 
SetOperation(left, right)`
      * `case class DecimalType(precision: Int, scale: Int) extends 
FractionalType `
      * `  case class  DecimalConversion(precision: Int, scale: Int) extends 
JDBCConversion`



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