You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/12/10 21:43:39 UTC

[arrow] branch master updated (8972b12 -> 83635d5)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 8972b12  ARROW-10776: [C++] Allow STL iteration over concrete primitive arrays
     add 83635d5  ARROW-10869: [GLib] Add garrow_*_sort_indices() and related options

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/compute.cpp                      | 604 +++++++++++++++++++++
 c_glib/arrow-glib/compute.h                        | 119 +++-
 c_glib/arrow-glib/compute.hpp                      |   9 +
 c_glib/test/helper/buildable.rb                    |  18 +-
 ...numeric-array.rb => test-array-sort-options.rb} |  15 +-
 c_glib/test/test-sort-indices.rb                   |  65 ++-
 c_glib/test/test-sort-options.rb                   |  59 ++
 7 files changed, 840 insertions(+), 49 deletions(-)
 copy c_glib/test/{test-numeric-array.rb => test-array-sort-options.rb} (70%)
 create mode 100644 c_glib/test/test-sort-options.rb