You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2023/01/12 04:07:07 UTC

[arrow] branch master updated (4aef6bb281 -> fc53ff8c5e)

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

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


    from 4aef6bb281 GH-15189: [R] Skip S3 tests on MacOS 10.13 (#33613)
     add fc53ff8c5e GH-15151: [C++] ]Adding RecordBatchReaderSource to solve an issue in R API (#15183)

No new revisions were added by this update.

Summary of changes:
 .../arrow/execution_plan_documentation_examples.cc | 30 ++++++++++++--
 cpp/src/arrow/compute/exec/options.h               | 15 +++++++
 cpp/src/arrow/compute/exec/plan_test.cc            | 41 ++++++++++++++++++
 cpp/src/arrow/compute/exec/source_node.cc          | 48 ++++++++++++++++++++++
 cpp/src/arrow/compute/exec/test_util.cc            | 17 ++++++--
 cpp/src/arrow/compute/exec/test_util.h             |  4 ++
 r/src/compute-exec.cpp                             | 17 +-------
 7 files changed, 151 insertions(+), 21 deletions(-)