This is an automated email from the ASF dual-hosted git repository.

fsaintjacques pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from f7d3923  ARROW-7966: [FlightRPC][C++] Validate individual batches in 
integration
     add ea033e2  ARROW-7824: [C++][Dataset] WriteFragments to disk

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset.cc           |  22 +-
 cpp/src/arrow/dataset/dataset.h            |   9 +-
 cpp/src/arrow/dataset/dataset_internal.h   |   7 +-
 cpp/src/arrow/dataset/file_base.cc         | 141 ++++++++---
 cpp/src/arrow/dataset/file_base.h          | 135 ++++++++---
 cpp/src/arrow/dataset/file_ipc.cc          |  45 +++-
 cpp/src/arrow/dataset/file_ipc.h           |   6 +-
 cpp/src/arrow/dataset/file_ipc_test.cc     | 108 ++++++++-
 cpp/src/arrow/dataset/file_parquet.cc      |   8 +-
 cpp/src/arrow/dataset/file_parquet.h       |   8 +-
 cpp/src/arrow/dataset/file_parquet_test.cc |   2 +-
 cpp/src/arrow/dataset/file_test.cc         |  16 +-
 cpp/src/arrow/dataset/filter.cc            |   2 +-
 cpp/src/arrow/dataset/partition.cc         | 360 +++++++++++++++++++++++++++++
 cpp/src/arrow/dataset/partition.h          |  30 ++-
 cpp/src/arrow/dataset/partition_test.cc    | 185 ++++++++++++++-
 cpp/src/arrow/dataset/scanner.cc           |  49 ++--
 cpp/src/arrow/dataset/scanner.h            |  44 ++--
 cpp/src/arrow/dataset/scanner_test.cc      |   4 +-
 cpp/src/arrow/dataset/test_util.h          |  45 +++-
 cpp/src/arrow/dataset/type_fwd.h           |   5 +
 cpp/src/arrow/ipc/read_write_test.cc       |  39 ++++
 cpp/src/arrow/scalar.cc                    |  87 ++++++-
 cpp/src/arrow/scalar.h                     |  12 +
 cpp/src/arrow/scalar_test.cc               |  15 ++
 cpp/src/arrow/testing/gtest_util.h         |   9 +-
 cpp/src/arrow/type_fwd.h                   |   1 +
 cpp/src/arrow/util/compare.h               |   6 +
 cpp/src/arrow/util/iterator.h              |  10 +
 29 files changed, 1235 insertions(+), 175 deletions(-)

Reply via email to