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 16:15:29 UTC

[arrow] branch master updated (1121bbcf2e -> b1f65ea44b)

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 1121bbcf2e ARROW-18111: [Go] Remaining scalar binary arithmetic (shifts, power, bitwise) (#14703)
     add b1f65ea44b ARROW-18383: [C++] Avoid global variables for thread pools and at-fork handlers (#14704)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/io/interfaces.cc        |  10 ++-
 cpp/src/arrow/util/atfork_internal.cc | 164 +++++++++++++++++++---------------
 cpp/src/arrow/util/thread_pool.cc     |   1 +
 3 files changed, 97 insertions(+), 78 deletions(-)