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/02/03 13:30:42 UTC

[arrow] branch master updated (26a7dcd -> 0091260)

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 26a7dcd  ARROW-11472: [Python][CI] Temporary pin numpy on kartothek integration builds
     add 0091260  ARROW-11425: [C++][Compute] Optimize quantile kernel for integers

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/aggregate_benchmark.cc   |  24 +-
 .../arrow/compute/kernels/aggregate_quantile.cc    | 338 +++++++++++++++++----
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |  44 ++-
 3 files changed, 330 insertions(+), 76 deletions(-)