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 a8bb7f4b2f MINOR: Suppress nightly java build uploads on a fork 
(#14023)
     add 0527197c0f ARROW-17350: [C++] Create a scheduler for asynchronous work 
(#13912)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec/exec_plan.cc      |  29 +-
 cpp/src/arrow/compute/exec/exec_plan.h       |   2 +
 cpp/src/arrow/compute/exec/tpch_node.cc      |  20 +-
 cpp/src/arrow/dataset/dataset_writer.cc      | 235 ++++++-----
 cpp/src/arrow/dataset/dataset_writer.h       |   7 +-
 cpp/src/arrow/dataset/dataset_writer_test.cc |  93 ++--
 cpp/src/arrow/dataset/file_base.cc           |  65 ++-
 cpp/src/arrow/testing/gtest_util.cc          |   8 +-
 cpp/src/arrow/util/async_util.cc             | 452 +++++++++++++-------
 cpp/src/arrow/util/async_util.h              | 348 ++++++++-------
 cpp/src/arrow/util/async_util_test.cc        | 611 +++++++++++++++++----------
 11 files changed, 1166 insertions(+), 704 deletions(-)

Reply via email to