You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/01/14 22:28:11 UTC

[arrow] branch master updated (ba7936f -> 9df2272)

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

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


    from ba7936f  ARROW-7573: [Rust] Reduce boxing and cleanup
     add 9df2272  ARROW-7510: [C++] Make ArrayData::null_count thread-safe

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc                             | 12 ++++---
 cpp/src/arrow/array.h                              | 37 ++++++++++++++++++----
 cpp/src/arrow/compute/kernels/util_internal.h      |  2 +-
 .../arrow/compute/kernels/util_internal_test.cc    | 10 +++---
 4 files changed, 43 insertions(+), 18 deletions(-)