Description
The task is to support nested column type in Spark Parquet vectorized reader. Currently Parquet vectorized reader does not support nested column type (struct, array and map). We implemented nested column vectorized reader for FB-ORC in our internal fork of Spark. We are seeing performance improvement compared to non-vectorized reader when reading nested columns. In addition, this can also help improve the non-nested column performance when reading non-nested and nested columns together in one query.
Attachments
Issue Links
- is a child of
-
SPARK-35743 Improve Parquet vectorized reader
- Resolved
- relates to
-
SPARK-39951 Support columnar batches with nested fields in Parquet V2
- Resolved
- links to