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 2020/03/09 17:50:23 UTC

[arrow] branch master updated (7db3855 -> c03f2f6)

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 7db3855  ARROW-8014: [C++] Provide CMake targets exercising tests with a label
     add c03f2f6  ARROW-8024: [R] Bindings for BinaryType and FixedSizeBinaryType

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                       |  1 +
 r/R/arrowExports.R                |  4 ++++
 r/R/type.R                        | 15 +++++++++++++++
 r/man/data-type.Rd                |  7 +++++++
 r/src/arrowExports.cpp            | 15 +++++++++++++++
 r/src/datatype.cpp                | 14 +++++++++++++-
 r/tests/testthat/test-data-type.R | 24 ++++++++++++++++++++++++
 7 files changed, 79 insertions(+), 1 deletion(-)