SparkQA commented on pull request #33352:
URL: https://github.com/apache/spark/pull/33352#issuecomment-880391396


   **[Test build #141047 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/141047/testReport)**
 for PR 33352 at commit 
[`0cce896`](https://github.com/apache/spark/commit/0cce896b286d280eb5fbaf53c53f39d7723af651).
    * 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: 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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to