You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2021/01/13 01:26:56 UTC

[arrow] branch master updated (1959a27 -> f291cd7)

This is an automated email from the ASF dual-hosted git repository.

npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 1959a27  ARROW-11230: [R] Fix build failures on Windows when multiple libarrow binaries found
     add f291cd7  ARROW-11176: [R] Expose memory pool name and document setting it

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/memory_pool.cc                       |  9 +++
 cpp/src/arrow/memory_pool.h                        |  2 +
 r/NAMESPACE                                        |  3 +
 r/NEWS.md                                          |  3 +
 r/R/arrow-package.R                                | 71 ++++++++++++++++++++++
 r/R/arrowExports.R                                 |  8 +++
 r/R/memory-pool.R                                  | 17 ++++--
 r/_pkgdown.yml                                     |  3 +-
 r/man/MemoryPool.Rd                                | 10 ++-
 r/man/arrow_info.Rd                                | 16 +++++
 r/man/default_memory_pool.Rd                       |  6 +-
 r/src/arrowExports.cpp                             | 35 ++++++++++-
 r/src/memorypool.cpp                               | 16 ++++-
 .../testthat/{test-field.R => test-memory-pool.R}  | 29 ++++-----
 14 files changed, 195 insertions(+), 33 deletions(-)
 create mode 100644 r/man/arrow_info.Rd
 copy r/tests/testthat/{test-field.R => test-memory-pool.R} (57%)