parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

[C++] Unable to read parquetjs-created file using low-level parquet-cpp API

Open asfimport opened this issue 6 years ago • 2 comments

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:

Original Issue Attachments:

Note: This issue was originally created as PARQUET-1560. Please see the migration documentation for further details.

asfimport avatar Apr 10 '19 21:04 asfimport

Tera G: attached the gzip compressed data page v2 file: all_types_gzip_02.parquet

asfimport avatar May 17 '19 11:05 asfimport

Wes McKinney / @wesm: DataPageV2 support in parquet-cpp is currently broken

asfimport avatar Jul 02 '19 16:07 asfimport