SparkQA commented on pull request #33352: URL: https://github.com/apache/spark/pull/33352#issuecomment-880576935
**[Test build #141053 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/141053/testReport)** for PR 33352 at commit [`a5386f0`](https://github.com/apache/spark/commit/a5386f0bd2c80323b45066000a7e6c5827f51b8b). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class Aggregation(aggregateExpressions: Seq[AggregateFunc],` * `case class Min(column: Expression, dataType: DataType) extends AggregateFunc` * `case class Max(column: Expression, dataType: DataType) extends AggregateFunc` * `case class Sum(column: Expression, dataType: DataType, isDistinct: Boolean)` * `case class Count(column: Expression, 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
