[C++] Unable to read parquetjs-created file using low-level parquet-cpp API
Follow-up to PARQUET-1482: basic support for reading Parquet files with Data page V2 pages was added as a part of PARQUET-1482.
However, this was only added to the higher-level Arrow API, and not to the lower-level Parquet API. We could port this fix to the lower-level API so that more users can read Parquet files with Data page V2 pages.
Reporter: Rylan Dmello / @rdmello Assignee: Rylan Dmello / @rdmello
Related issues:
- [C++] Implement support for DataPageV2 (is caused by)
Original Issue Attachments:
Note: This issue was originally created as PARQUET-1560. Please see the migration documentation for further details.
Tera G: attached the gzip compressed data page v2 file: all_types_gzip_02.parquet
Wes McKinney / @wesm: DataPageV2 support in parquet-cpp is currently broken