This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from f023ed4 ARROW-9882: [C++/Python] Update OSX build to
conda-forge-ci-setup=3
add 31b2a52 ARROW-9646: [C++][Dataset] Support writing with
ParquetFileFormat
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/file_base.cc | 4 -
cpp/src/arrow/dataset/file_base.h | 3 +-
cpp/src/arrow/dataset/file_csv.h | 8 +-
cpp/src/arrow/dataset/file_ipc.cc | 2 +-
cpp/src/arrow/dataset/file_ipc.h | 2 +-
cpp/src/arrow/dataset/file_ipc_test.cc | 301 +-------------------------
cpp/src/arrow/dataset/file_parquet.cc | 30 ++-
cpp/src/arrow/dataset/file_parquet.h | 19 +-
cpp/src/arrow/dataset/file_parquet_test.cc | 77 +++++++
cpp/src/arrow/dataset/test_util.h | 325 +++++++++++++++++++++++++++++
cpp/src/arrow/testing/generator.h | 13 ++
cpp/src/arrow/testing/gtest_util.cc | 28 ++-
12 files changed, 496 insertions(+), 316 deletions(-)