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/06/16 19:26:38 UTC

[arrow] branch master updated (37c9804 -> 42b5185)

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 37c9804  ARROW-8863: [C++] Ensure that ArrayData::null_count is always set to 0 when using ArrayData::Make and supplying null validity bitmap
     add 42b5185  ARROW-8769: [C++][R] Add convenience accessor for StructScalar fields

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_test.cc | 33 +++++++++++++++++++--------------
 cpp/src/arrow/array/util.cc       | 10 ++++++++++
 cpp/src/arrow/scalar.cc           |  8 ++++++++
 cpp/src/arrow/scalar.h            |  4 +++-
 cpp/src/arrow/scalar_test.cc      | 20 ++++++++++++++++++++
 cpp/src/arrow/type.cc             | 16 ++++++++++++++++
 cpp/src/arrow/type.h              |  9 ++++++++-
 r/NAMESPACE                       |  3 +++
 r/R/arrowExports.R                |  8 ++++++++
 r/R/compute.R                     | 30 ++++++++++++++++++------------
 r/R/scalar.R                      | 25 +++++++++++++++++++++++--
 r/man/array.Rd                    |  3 ++-
 r/src/arrowExports.cpp            | 34 ++++++++++++++++++++++++++++++++++
 r/src/compute.cpp                 | 15 ++++++++-------
 r/src/scalar.cpp                  | 12 ++++++++++++
 r/tests/testthat/test-compute.R   |  1 -
 16 files changed, 192 insertions(+), 39 deletions(-)