Parquet ArrayReader should allow reading a subset of row groups #158
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11016
Parquet ArrayReader currently only supports reading an entire file from start to finish and does not allow selectively reading a subset of row groups. This prevents us from parallelizing work across threads when processing a single parquet file.
The text was updated successfully, but these errors were encountered: