You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parquet files are organized into row groups. These chunks of a single parquet file then can be read instead of reading the whole file. The PIOJ should support reading specified row groups.
Acceptance Criteria
Chunked Parquet reader is implemented
In addition, Parquet file virtual splitter is provided
Tests are added
The text was updated successfully, but these errors were encountered:
Situation
Parquet files are organized into row groups. These chunks of a single parquet file then can be read instead of reading the whole file. The PIOJ should support reading specified row groups.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: