You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/06/01 22:26:21 UTC

[arrow] branch maint-12.0.x updated (03348209ae -> a40a7026ab)

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

raulcd pushed a change to branch maint-12.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 03348209ae GH-35695: [CI][Packaging][Conan] Use build missing dependencies instead of defining them individually (#35696)
     add a40a7026ab GH-35730: [C++] Add the ability to specify custom schema on a dataset write (#35860)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/CMakeLists.txt     |   1 +
 cpp/src/arrow/dataset/file_base.cc       |  53 ++++++++--
 cpp/src/arrow/dataset/file_base.h        |  10 ++
 cpp/src/arrow/dataset/write_node_test.cc | 174 +++++++++++++++++++++++++++++++
 python/pyarrow/tests/test_dataset.py     |  53 ++++++++++
 r/R/arrowExports.R                       |   4 +-
 r/R/query-engine.R                       |   4 +-
 r/R/schema.R                             |   2 +-
 r/src/arrowExports.cpp                   |  10 +-
 r/src/compute-exec.cpp                   |  28 ++---
 10 files changed, 310 insertions(+), 29 deletions(-)
 create mode 100644 cpp/src/arrow/dataset/write_node_test.cc