SparkQA commented on pull request #29695: URL: https://github.com/apache/spark/pull/29695#issuecomment-695940351
**[Test build #128925 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128925/testReport)** for PR 29695 at commit [`adf1588`](https://github.com/apache/spark/commit/adf1588218a94e88fda7b7a90e824215b363cfcf). * This patch **fails due to an unknown error code, -9**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class Aggregation(aggregateExpressions: Seq[AggregateFunc],` * `case class Avg(column: String) extends AggregateFunc` * `case class Min(column: String) extends AggregateFunc` * `case class Max(column: String) extends AggregateFunc` * `case class Sum(column: String) extends AggregateFunc` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
