Commits


Gang Wu authored and GitHub committed b888f4d6c7d
GH-34142: [C++][Parquet] Fix record not to span multiple pages (#34193) ### Rationale for this change Parquet data page v2 requires pages change on record boundaries. Currently the parquet-cpp writer does not enforce this. ### What changes are included in this PR? Change `ColumnWriter` to split data page on record boundaries when data page v2 is applied. ### Are these changes tested? Add test `TEST(TestColumnWriter, WriteDataPagesChangeOnRecordBoundaries)` ### Are there any user-facing changes? No. * Closes: #34142 Authored-by: Gang Wu <ustcwg@gmail.com> Signed-off-by: Will Jones <willjones127@gmail.com>