Commits


Hatem Helal authored and Wes McKinney committed 809d40ab951
PARQUET-458: [C++][Parquet] Add support for reading/writing DataPageV2 format This patch adds support for reading and writing the Parquet DataPageV2 format. Currently, this change will make all V2 Parquet files use the DataPageV2 format. I'm still working on some basic unittests and would welcome any feedback on this in the meantime. Closes #6481 from hatemhelal/parquet-458 Lead-authored-by: Hatem Helal <hatem.helal@gmail.com> Co-authored-by: Hatem Helal <hhelal@mathworks.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>