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

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


    from adf89be  ARROW-8380 Export StringDictionaryBuilder from arrow::array 
crate
     add ebc04b6  ARROW-8164: [C++][Dataset] Provide Dataset::ReplaceSchema()

No new revisions were added by this update.

Summary of changes:
 ci/scripts/r_windows_build.sh                |   2 +-
 cpp/cmake_modules/DefineOptions.cmake        |   8 +-
 cpp/src/arrow/dataset/dataset.cc             |  17 ++++
 cpp/src/arrow/dataset/dataset.h              |  27 ++++--
 cpp/src/arrow/dataset/dataset_test.cc        | 140 ++++++++++++++++++++++++---
 cpp/src/arrow/dataset/file_base.cc           |   8 ++
 cpp/src/arrow/dataset/file_base.h            |   3 +
 cpp/src/arrow/dataset/file_test.cc           |  24 +++++
 cpp/src/arrow/dataset/projector.cc           |  46 ++++++---
 cpp/src/arrow/dataset/projector.h            |   2 +
 cpp/src/arrow/result.h                       |   4 +-
 cpp/src/arrow/status.h                       |   9 +-
 cpp/src/arrow/testing/gtest_util.h           |  11 ++-
 cpp/src/arrow/util/macros.h                  |   7 ++
 python/pyarrow/_dataset.pyx                  |  14 ++-
 python/pyarrow/includes/libarrow_dataset.pxd |   2 +
 16 files changed, 274 insertions(+), 50 deletions(-)

Reply via email to