Description
In 1.6.0, we should remove the old aggregation code path (used to evaluate AggregateExpression1). While removing this code path, there are several code clean up we need to do,
1. Remove all of our hacks from ResolveFunctions.
2. Remove all of the conversion logics from {org.apache.spark.sql.catalyst.expressions.aggregate.utils}}.
3. Remove newAggregation field from logical.Aggregate.
4. Remove the query planning rule for old aggregate path.
Attachments
Issue Links
- is blocked by
-
SPARK-9241 Supporting multiple DISTINCT columns
- Resolved
-
SPARK-11017 Support ImperativeAggregates in TungstenAggregate
- Resolved
- is related to
-
SPARK-11645 Remove OpenHashSet for the old aggregate.
- Resolved
- links to