Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3247#issuecomment-87040944
  
      [Test build #29310 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29310/consoleFull)
 for   PR 3247 at commit 
[`b539baf`](https://github.com/apache/spark/commit/b539baf87993d1eab09561281027c179b98da7a5).
     * This patch **passes all tests**.
    
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class UnresolvedFunction(`
      * `trait AggregateFunction `
      * `trait AggregateExpression extends Expression with AggregateFunction `
      * `abstract class UnaryAggregateExpression extends UnaryExpression with 
AggregateExpression `
      * `case class Min(`
      * `case class Average(child: Expression, distinct: Boolean = false)`
      * `case class Max(child: Expression)`
      * `case class Count(child: Expression)`
      * `case class CountDistinct(children: Seq[Expression])`
      * `case class Sum(child: Expression, distinct: Boolean = false)`
      * `case class First(child: Expression, distinct: Boolean = false)`
      * `case class Last(child: Expression, distinct: Boolean = false)`
      * `sealed case class AggregateFunctionBind(`
      * `sealed class InputBufferSeens(`
      * `sealed trait Aggregate `
      * `sealed trait PreShuffle extends Aggregate `
      * `sealed trait PostShuffle extends Aggregate `
      * `case class AggregatePreShuffle(`
      * `case class AggregatePostShuffle(`
      * `case class DistinctAggregate(`



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