Description
Similar to Parquet (https://issues.apache.org/jira/browse/SPARK-34952), we can also push down certain aggregations into ORC. ORC exposes column statistics in interface `org.apache.orc.Reader` (https://github.com/apache/orc/blob/master/java/core/src/java/org/apache/orc/Reader.java#L118 ), where Spark can utilize for aggregation push down.
Attachments
Attachments
Issue Links
- depends upon
-
SPARK-34952 DS V2 Aggregate push down
- Resolved
- links to