Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/8973#issuecomment-145319628
[Test build #43222 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43222/console)
for PR 8973 at commit
[`8967793`](https://github.com/apache/spark/commit/89677933688d30ac8930c26f900d2691e34aec97).
* This patch **passes all tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `case class Average(child: Expression) extends
ExpressionAggregateFunction `
* `case class Count(child: Expression) extends
ExpressionAggregateFunction `
* `case class First(child: Expression) extends
ExpressionAggregateFunction `
* `case class Last(child: Expression) extends ExpressionAggregateFunction
`
* `case class Max(child: Expression) extends ExpressionAggregateFunction `
* `case class Min(child: Expression) extends ExpressionAggregateFunction `
* `abstract class StddevAgg(child: Expression) extends
ExpressionAggregateFunction `
* `case class Sum(child: Expression) extends ExpressionAggregateFunction `
* `sealed abstract class AggregateFunction2 extends Expression with
ImplicitCastInputTypes `
* `abstract class InterpretedAggregateFunction extends AggregateFunction2
`
---
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]