This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from ee24399 ARROW-12013: [C++][FlightRPC] Fix bundled gRPC version probing
add 1b4d73f ARROW-11935: [C++] Add push generator
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/csv/reader_test.cc | 1 +
cpp/src/arrow/filesystem/test_util.cc | 1 +
cpp/src/arrow/testing/future_util.h | 104 ++++++++++++++++++++++++
cpp/src/arrow/testing/gtest_util.h | 43 +---------
cpp/src/arrow/util/async_generator.h | 106 ++++++++++++++++++++++++
cpp/src/arrow/util/future_test.cc | 33 +-------
cpp/src/arrow/util/iterator_test.cc | 146 +++++++++++++++++++++++++++++++++-
cpp/src/arrow/util/task_group_test.cc | 1 +
8 files changed, 360 insertions(+), 75 deletions(-)
create mode 100644 cpp/src/arrow/testing/future_util.h