Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
1.6.0
-
None
Description
As for logical plan nodes like 'Aggregate -> Project -> (Filter) -> Scan', we can push down partial aggregation processing into data sources that could aggregate their own data efficiently because Orc/Parquet could fetch the MIN/MAX value by using statistics data and some databases have efficient aggregation implementations.
Attachments
Issue Links
- relates to
-
SPARK-12449 Pushing down arbitrary logical plans to data sources
- Resolved
- links to