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 2022/11/09 23:45:14 UTC

[arrow] branch master updated (a590b00b7a -> 3da803db45)

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 a590b00b7a ARROW-18294: [Java] Fix Flight SQL JDBC PreparedStatement#executeUpdate (#14616)
     add 3da803db45 ARROW-17509: [C++] Simplify async scheduler by removing the need to call End (#14524)

No new revisions were added by this update.

Summary of changes:
 cpp/examples/arrow/engine_substrait_consumption.cc |   3 +-
 .../arrow/execution_plan_documentation_examples.cc |   3 +-
 cpp/src/arrow/compute/exec/exec_plan.cc            | 158 ++---
 cpp/src/arrow/compute/exec/options.h               |   3 +-
 cpp/src/arrow/compute/exec/plan_test.cc            |  27 +-
 cpp/src/arrow/compute/exec/sink_node.cc            |  18 +-
 cpp/src/arrow/compute/exec/util.cc                 |   3 +-
 cpp/src/arrow/compute/exec/util.h                  |   2 +-
 cpp/src/arrow/dataset/dataset_writer.cc            | 128 ++--
 cpp/src/arrow/dataset/dataset_writer.h             |  12 +-
 cpp/src/arrow/dataset/dataset_writer_test.cc       | 201 +++---
 cpp/src/arrow/dataset/file_base.cc                 | 109 +--
 cpp/src/arrow/dataset/scan_node.cc                 |  92 ++-
 cpp/src/arrow/engine/substrait/function_test.cc    |   3 +-
 cpp/src/arrow/engine/substrait/serde_test.cc       |   3 +-
 cpp/src/arrow/engine/substrait/util.cc             |   3 +-
 cpp/src/arrow/flight/sql/example/acero_server.cc   |   8 +-
 cpp/src/arrow/util/async_util.cc                   | 579 ++++++++--------
 cpp/src/arrow/util/async_util.h                    | 464 +++++++------
 cpp/src/arrow/util/async_util_test.cc              | 728 ++++++++++-----------
 cpp/src/arrow/util/cancel.h                        |  13 +-
 r/src/compute-exec.cpp                             |   3 +-
 22 files changed, 1293 insertions(+), 1270 deletions(-)