Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9003#issuecomment-149425773
**[Test build #43961 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43961/consoleFull)**
for PR 9003 at commit
[`b180a28`](https://github.com/apache/spark/commit/b180a2857716ccf0e7c32d5aca0417f5a515d2cb).
* This patch **fails Scala style tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:\n *
`abstract class CentralMomentAgg(child: Expression) extends ImperativeAggregate
with Serializable `\n * `case class Stddev(child: Expression) extends
CentralMomentAgg(child) `\n * `case class StddevSamp(child: Expression)
extends CentralMomentAgg(child) `\n * `case class StddevPop(child: Expression)
extends CentralMomentAgg(child) `\n * `case class Variance(child: Expression)
extends CentralMomentAgg(child) `\n * `case class VarianceSamp(child:
Expression) extends CentralMomentAgg(child) `\n * `case class
VariancePop(child: Expression) extends CentralMomentAgg(child) `\n * `case
class Skewness(child: Expression) extends CentralMomentAgg(child) `\n * `case
class Kurtosis(child: Expression) extends CentralMomentAgg(child) `\n *
`abstract class CentralMomentAgg1(child: Expression)`\n * `case class
Kurtosis(child: Expression) extends CentralMomentAgg1(child) `\n * `case class
Skewness(child: Expression)
extends CentralMomentAgg1(child) `\n * `case class Variance(child:
Expression) extends CentralMomentAgg1(child) `\n * `case class
VariancePop(child: Expression) extends CentralMomentAgg1(child) `\n * `case
class VarianceSamp(child: Expression) extends CentralMomentAgg1(child) `\n
---
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]