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/05/10 17:06:37 UTC

[arrow] branch master updated (bf16c36 -> 1948a61)

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 bf16c36  ARROW-12083: [C++][Dataset] Use given column types when determining CSV fragment schema
     add 1948a61  ARROW-12606: [C++][Compute] Fix Quantile and Mode on arrays with offset

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_mode.cc    |   2 +-
 .../arrow/compute/kernels/aggregate_quantile.cc    |   2 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    | 179 ++++++++++++++++-----
 cpp/src/arrow/compute/kernels/util_internal.h      |  17 +-
 4 files changed, 152 insertions(+), 48 deletions(-)