You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/09/24 13:03:41 UTC

[arrow] branch master updated (83e1698 -> 78ac132)

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

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


    from 83e1698  ARROW-14090: [C++][Parquet] rows_written_ should be int64_t instead of int
     add 78ac132  ARROW-14052: [C++] Add approximate_median aggregation

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  20 +++-
 cpp/src/arrow/compute/kernels/aggregate_internal.h |   4 +
 cpp/src/arrow/compute/kernels/aggregate_tdigest.cc |  51 +++++++-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |  74 ++++++++++++
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    |  48 ++++++++
 .../arrow/compute/kernels/hash_aggregate_test.cc   |  64 ++++++++++
 docs/source/cpp/compute.rst                        | 132 +++++++++++----------
 docs/source/python/api/compute.rst                 |   5 +
 8 files changed, 327 insertions(+), 71 deletions(-)