You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2019/12/20 21:50:30 UTC

[arrow] branch master updated (002da06 -> 6d2eb54)

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

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


    from 002da06  ARROW-7449: [GLib] Make GObject Introspection optional
     add 6d2eb54  ARROW-6902: [C++][Compute] Add String/Binary support to Compare kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/compare.cc      | 423 +++++++++++++++-----------
 cpp/src/arrow/compute/kernels/compare.h       | 110 +------
 cpp/src/arrow/compute/kernels/compare_test.cc | 230 ++++++++++++--
 cpp/src/arrow/compute/kernels/filter_test.cc  |  23 +-
 4 files changed, 462 insertions(+), 324 deletions(-)