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

[arrow] branch master updated (1aae71f -> cecca46)

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 1aae71f  ARROW-14055: [Docs] Add canonical url to the sphinx docs
     add cecca46  ARROW-14050: [C++] Make TDigest/Quantile kernels return nulls instead

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec.cc                      |   5 --
 .../arrow/compute/kernels/aggregate_quantile.cc    |  42 +++++----
 cpp/src/arrow/compute/kernels/aggregate_tdigest.cc |  24 ++---
 cpp/src/arrow/compute/kernels/aggregate_test.cc    | 100 +++++++++++++++++----
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    |  42 ++++-----
 .../arrow/compute/kernels/hash_aggregate_test.cc   |  10 +--
 6 files changed, 145 insertions(+), 78 deletions(-)