This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 2a54de9 ARROW-7596: [Python] Only permit zero-copy DataFrame block
construction when split_blocks=True
add 2c1c508 PARQUET-1772: [C++] ParquetFileWriter: Data overwritten in
append mode
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/file_parquet_test.cc | 7 +-
cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 88 ++++++++++++-----------
cpp/src/parquet/arrow/writer.cc | 6 +-
cpp/src/parquet/file_writer.cc | 6 +-
cpp/src/parquet/stream_writer_test.cc | 20 ++++++
5 files changed, 80 insertions(+), 47 deletions(-)