SparkQA commented on issue #26011: [SPARK-29343][SQL] Eliminate sorts without limit in the subquery of Join/Aggregation URL: https://github.com/apache/spark/pull/26011#issuecomment-538030427 **[Test build #111741 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/111741/testReport)** for PR 26011 at commit [`e29b323`](https://github.com/apache/spark/commit/e29b323ea8000f22b67478a338c7ed1d1398727d). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class Average(child: Expression) extends DeclarativeAggregate with ImplicitCastInputTypes` * `case class Count(children: Seq[Expression]) extends DeclarativeAggregate with OrderIrrelevantAggs ` * `case class Max(child: Expression) extends DeclarativeAggregate with OrderIrrelevantAggs ` * `case class Min(child: Expression) extends DeclarativeAggregate with OrderIrrelevantAggs ` * `trait OrderIrrelevantAggs extends AggregateFunction ` * `case class Sum(child: Expression) extends DeclarativeAggregate with ImplicitCastInputTypes` * `case class AnyAgg(arg: Expression) extends UnevaluableBooleanAggBase(arg)`
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
