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 2021/08/11 17:15:35 UTC

[arrow] branch master updated (e544927 -> da40124)

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 e544927  ARROW-13577: [Python][FlightRPC] pyarrow client do_put close method after write_table did not throw flight error
     add da40124  ARROW-13574: [C++] Add 'count all' option to count kernels

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/compute.cpp                      | 145 ++++++++++++++++++++-
 c_glib/arrow-glib/compute.h                        |  34 ++++-
 c_glib/arrow-glib/compute.hpp                      |   3 +
 c_glib/test/test-count.rb                          |  18 ++-
 cpp/src/arrow/compute/api_aggregate.cc             |  28 +++-
 cpp/src/arrow/compute/api_aggregate.h              |  31 ++++-
 cpp/src/arrow/compute/function_test.cc             |   2 +
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  42 +++---
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |  18 ++-
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    |  57 ++++----
 .../arrow/compute/kernels/hash_aggregate_test.cc   |  30 +++--
 docs/source/cpp/compute.rst                        |  23 ++--
 python/pyarrow/_compute.pyx                        |  17 +++
 python/pyarrow/compute.py                          |   1 +
 python/pyarrow/includes/libarrow.pxd               |  10 ++
 python/pyarrow/tests/test_compute.py               |   8 +-
 r/src/compute.cpp                                  |  10 +-
 17 files changed, 389 insertions(+), 88 deletions(-)