You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/06/18 00:27:45 UTC

[arrow] branch master updated (4d99ec4 -> b8f4669)

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

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


    from 4d99ec4  ARROW-8892: [C++][CI] CI builds for MSVC do not build benchmarks
     add b8f4669  ARROW-9145: [C++] Implement BooleanArray::true_count and false_count, add Python bindings

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_primitive.cc | 26 ++++++++++++++++++++++++++
 cpp/src/arrow/array/array_primitive.h  |  8 ++++++++
 cpp/src/arrow/array/array_test.cc      | 27 +++++++++++++++++++++++++++
 python/pyarrow/array.pxi               |  7 +++++++
 python/pyarrow/includes/libarrow.pxd   |  2 ++
 python/pyarrow/tests/test_array.py     |  7 +++++++
 6 files changed, 77 insertions(+)