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 5f80ddc ARROW-14197: [C++][Compute] Fixing wrong buffer size in
GrouperFastImpl
add 8837f64 ARROW-13611: [C++] Scanning datasets does not enforce back
pressure
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/exec/options.h | 7 +-
cpp/src/arrow/compute/exec/plan_test.cc | 50 ++++++++
cpp/src/arrow/compute/exec/sink_node.cc | 25 ++--
cpp/src/arrow/dataset/scanner.cc | 26 ++--
cpp/src/arrow/dataset/scanner.h | 12 +-
cpp/src/arrow/dataset/scanner_test.cc | 104 +++++++++++++++-
.../{util/optional.h => testing/async_test_util.h} | 31 ++++-
cpp/src/arrow/util/async_generator.h | 68 ++++++++++-
cpp/src/arrow/util/async_generator_test.cc | 133 +++++++++++++++++----
cpp/src/arrow/util/async_util.cc | 40 +++++++
cpp/src/arrow/util/async_util.h | 59 +++++++++
cpp/src/arrow/util/thread_pool.cc | 10 +-
cpp/src/arrow/util/thread_pool.h | 5 +
13 files changed, 511 insertions(+), 59 deletions(-)
copy cpp/src/arrow/{util/optional.h => testing/async_test_util.h} (59%)