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/03/08 23:14:28 UTC

[arrow] branch master updated (b7b90fc -> 21999ec)

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 b7b90fc  ARROW-11898: [Rust] Pretty print columns
     add 21999ec  ARROW-11507: [R] Bindings for GetRuntimeInfo

No new revisions were added by this update.

Summary of changes:
 r/R/arrow-package.R                                | 12 +++-
 r/R/arrowExports.R                                 | 36 +++++-----
 r/man/arrow_info.Rd                                |  3 +-
 r/src/arrowExports.cpp                             | 84 ++++++++++++----------
 .../src/bin/main.rs => r/src/runtimeinfo.cpp       | 17 +++--
 .asf.yaml => r/tests/testthat/test-arrow-info.R    | 11 +--
 r/tests/testthat/test-memory-pool.R                |  7 --
 7 files changed, 96 insertions(+), 74 deletions(-)
 copy rust/datafusion/src/bin/main.rs => r/src/runtimeinfo.cpp (77%)
 copy .asf.yaml => r/tests/testthat/test-arrow-info.R (78%)