This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
from 67ca11cf chore: Bump golang.org/x/net from 0.54.0 to 0.55.0 (#893)
add 48704898 fix(parquet): align DataPageV2 pages to row boundaries in
spaced writes (#883)
No new revisions were added by this update.
Summary of changes:
parquet/file/column_writer.go | 55 ++-
parquet/file/column_writer_align_test.go | 160 +++++++
parquet/file/column_writer_types.gen.go | 68 ++-
parquet/file/column_writer_types.gen.go.tmpl | 25 +-
parquet/file/column_writer_v2_row_boundary_test.go | 522 +++++++++++++++++++++
5 files changed, 789 insertions(+), 41 deletions(-)
create mode 100644 parquet/file/column_writer_align_test.go
create mode 100644 parquet/file/column_writer_v2_row_boundary_test.go