Description
Currently, UDAF developer optionally implement a partial aggregation function, However this probably cause performance issue by allowing do that. We actually can always force developers to provide the partial aggregation function as Hive does, hence we will always get the `mapside` aggregation optimization.
Attachments
Issue Links
- Is contained by
-
SPARK-4233 Simplify the Aggregation Function implementation
- Resolved