You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2022/11/23 21:58:39 UTC

[arrow] branch master updated (ada7e23959 -> 94e45faf6a)

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 ada7e23959 MINOR: [Release] Add RC number and version to verify release candidate success message (#14664)
     add 94e45faf6a ARROW-17859: [C++] Use self-pipe in signal-receiving StopSource (#14250)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/cancel.cc       | 190 ++++++++++++++++++++++++++++---------
 cpp/src/arrow/util/cancel.h        |   5 +
 cpp/src/arrow/util/cancel_test.cc  |  68 +++++++++++++
 cpp/src/arrow/util/io_util.cc      |  76 +++++++++++++--
 cpp/src/arrow/util/io_util_test.cc |  31 ++++++
 5 files changed, 321 insertions(+), 49 deletions(-)