Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/7434#issuecomment-121818364
  
      [Test build #37440 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/37440/console)
 for   PR 7434 at commit 
[`3135a8b`](https://github.com/apache/spark/commit/3135a8b9edaf52aba17c9028f1672334e793456d).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class UnresolvedAttribute(nameParts: Seq[String]) extends 
Attribute `
      * `abstract class Star extends LeafExpression with NamedExpression `
      * `case class UnresolvedAlias(child: Expression) extends UnaryExpression 
with NamedExpression `
      * `case class SortOrder(child: Expression, direction: SortDirection) 
extends UnaryExpression `
      * `trait AggregateExpression extends Expression `
      * `trait PartialAggregate extends AggregateExpression `
      * `case class Min(child: Expression) extends UnaryExpression with 
PartialAggregate `
      * `case class Max(child: Expression) extends UnaryExpression with 
PartialAggregate `
      * `case class Count(child: Expression) extends UnaryExpression with 
PartialAggregate `
      * `case class Average(child: Expression) extends UnaryExpression with 
PartialAggregate `
      * `case class Sum(child: Expression) extends UnaryExpression with 
PartialAggregate `
      * `case class SumDistinct(child: Expression) extends UnaryExpression with 
PartialAggregate `
      * `case class First(child: Expression) extends UnaryExpression with 
PartialAggregate `
      * `case class Last(child: Expression) extends UnaryExpression with 
PartialAggregate `
      * `trait Generator extends Expression `
      * `case class Explode(child: Expression) extends UnaryExpression with 
Generator `
      * `trait NamedExpression extends Expression `
      * `abstract class Attribute extends LeafExpression with NamedExpression `
      * `case class PrettyAttribute(name: String) extends Attribute `
      * `abstract class LeafNode extends LogicalPlan `
      * `abstract class UnaryNode extends LogicalPlan `



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