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/11/25 14:22:52 UTC

[arrow] branch master updated (d0fab65 -> db20c7a)

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 d0fab65  ARROW-10710: [Rust] Revert tokio upgrade, go back to 0.2
     add db20c7a  ARROW-10301: [C++][Compute] Implement "all" reduction kernel for boolean data

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_aggregate.cc           |  4 ++
 cpp/src/arrow/compute/api_aggregate.h            | 16 ++++++-
 cpp/src/arrow/compute/kernels/aggregate_basic.cc | 49 +++++++++++++++++++++
 cpp/src/arrow/compute/kernels/aggregate_test.cc  | 55 ++++++++++++++++++++++++
 cpp/src/arrow/util/bit_block_counter.h           | 24 +++++++++++
 docs/source/cpp/compute.rst                      |  2 +
 docs/source/python/api/compute.rst               |  1 +
 python/pyarrow/tests/test_compute.py             | 19 ++++++++
 8 files changed, 169 insertions(+), 1 deletion(-)