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 2021/05/26 14:53:17 UTC

[arrow] branch master updated (943d2bd -> 861b5da)

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 943d2bd  ARROW-12865: [C++][FlightRPC] Link gRPC with RE2
     add 861b5da  ARROW-12760: [C++][Python][R] Allow setting I/O thread pool size

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/io/interfaces.cc       |  7 +++++++
 cpp/src/arrow/io/memory_test.cc      | 10 +++++++++
 cpp/src/arrow/io/type_fwd.h          | 18 ++++++++++++++++
 python/pyarrow/__init__.py           |  3 ++-
 python/pyarrow/includes/libarrow.pxd |  2 ++
 python/pyarrow/io.pxi                | 40 ++++++++++++++++++++++++++++++++++++
 python/pyarrow/lib.pyx               | 10 +++++++++
 python/pyarrow/tests/test_misc.py    | 10 +++++++++
 r/NAMESPACE                          |  2 ++
 r/R/arrowExports.R                   |  8 ++++++++
 r/R/config.R                         | 14 +++++++++++++
 r/_pkgdown.yml                       |  1 +
 r/man/io_thread_count.Rd             | 17 +++++++++++++++
 r/src/arrowExports.cpp               | 32 +++++++++++++++++++++++++++++
 r/src/threadpool.cpp                 |  8 ++++++++
 r/tests/testthat/test-thread-pool.R  |  8 ++++++++
 16 files changed, 189 insertions(+), 1 deletion(-)
 create mode 100644 r/man/io_thread_count.Rd