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/08/20 12:44:21 UTC

[arrow] branch master updated (1248228 -> 4175533)

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 1248228  ARROW-13629: [Ruby] Add support for building/converting map
     add 4175533  ARROW-13682: [C++] Add TDigest API to merge one TDigest

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_tdigest.cc |  4 +--
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    |  4 +--
 cpp/src/arrow/util/tdigest.cc                      | 30 +++++++++++++---------
 cpp/src/arrow/util/tdigest.h                       | 19 +++++++-------
 cpp/src/arrow/util/tdigest_test.cc                 |  4 +--
 5 files changed, 32 insertions(+), 29 deletions(-)