SparkQA commented on pull request #32049: URL: https://github.com/apache/spark/pull/32049#issuecomment-850245949
**[Test build #139050 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/139050/testReport)** for PR 32049 at commit [`6df2ae1`](https://github.com/apache/spark/commit/6df2ae1f4093e23c346270d0ae60205f6d46f1fa). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class Aggregation(aggregateExpressions: Seq[AggregateFunc],` * `case class Min(column: FieldReference, dataType: DataType) extends AggregateFunc` * `case class Max(column: FieldReference, dataType: DataType) extends AggregateFunc` * `case class Sum(column: FieldReference, dataType: DataType, isDistinct: Boolean)` * `case class Count(column: FieldReference, dataType: DataType, isDistinct: Boolean)` * `case class ScanBuilderHolder(` -- 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]
