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/04/06 19:19:14 UTC

[arrow] branch master updated (a111fc9 -> ace2bfc)

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 a111fc9  ARROW-12226: [C++] Fix Address Sanitizer failures
     add ace2bfc  ARROW-11478: [R] Consider ways to make arrow.skip_nul option more user-friendly

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                         |  3 +-
 r/R/arrow-datum.R                     |  7 +++-
 r/R/arrow-tabular.R                   |  5 ++-
 r/R/util.R                            |  8 +++++
 r/src/array_to_vector.cpp             |  9 +++--
 r/tests/testthat/helper-arrow.R       |  4 +--
 r/tests/testthat/test-Array.R         | 65 ++++++++++++++++++++---------------
 r/tests/testthat/test-RecordBatch.R   | 28 +++++++++++++++
 r/tests/testthat/test-chunked-array.R | 28 +++++++++++++++
 r/tests/testthat/test-install-arrow.R | 18 +++++-----
 r/tests/testthat/test-scalar.R        | 26 ++++++++++++++
 11 files changed, 155 insertions(+), 46 deletions(-)