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 20626f833b ARROW-17439: [R] Change behavior of pull to compute instead
of collect (#14330)
add 704536b48d ARROW-17853: [Python][CI] Timeout in
test_dataset.py::test_write_dataset_s3_put_only (#14257)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/dataset_writer.cc | 39 ++++---
cpp/src/arrow/dataset/dataset_writer_test.cc | 12 ++
cpp/src/arrow/dataset/file_base.cc | 6 +-
cpp/src/arrow/dataset/scan_node.cc | 31 +++--
cpp/src/arrow/util/async_generator_test.cc | 2 +
cpp/src/arrow/util/async_util.cc | 124 ++++++++++++++------
cpp/src/arrow/util/async_util.h | 64 ++++++-----
cpp/src/arrow/util/async_util_test.cc | 165 ++++++++++++++++++++-------
8 files changed, 314 insertions(+), 129 deletions(-)