Details
-
Umbrella
-
Status: In Progress
-
Minor
-
Resolution: Unresolved
-
3.2.0
-
None
-
None
Description
This is the umbrella task to track the overall progress. The task is to support nested column type in Spark vectorized reader, namely Parquet and ORC. Currently both Parquet and ORC vectorized readers do 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.
ORC:
Attachments
Attachments
Issue Links
1.
|
Support nested column in Spark ORC vectorized readers | Resolved | Cheng Su | ||
2.
|
Support nested column in Spark Parquet vectorized readers | Resolved | Chao Sun | ||
3.
|
Add nested column scan in DataSourceReadBenchmark | Open | Unassigned | ||
4.
|
Support UDT in Spark Parquet vectorized reader | Resolved | Ivan Sadikov |