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 2020/12/09 17:36:27 UTC

[arrow] branch master updated (38cfdc3 -> cd56f5c)

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 38cfdc3  ARROW-10781:[Rust] [DataFusion] add the 'Statistics' interface in data source
     add cd56f5c  ARROW-10851: [C++] Reduce size of generated code for sort kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_binary.cc          |   5 +-
 cpp/src/arrow/compute/kernels/vector_sort.cc | 124 ++++++++++++---------------
 cpp/src/arrow/type.cc                        |  26 ++++++
 cpp/src/arrow/type.h                         |  12 +++
 4 files changed, 96 insertions(+), 71 deletions(-)