You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/03/02 22:08:45 UTC

[arrow] branch master updated (1156833 -> e3acbab)

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

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


    from 1156833  ARROW-7975: [C++] Preserve intended buffer size by default when writing to IPC format
     add e3acbab  ARROW-7882 [C++][Gandiva] Optimise like function for substring pattern

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  1 +
 cpp/src/gandiva/like_holder.cc                 | 12 ++++++++++--
 cpp/src/gandiva/like_holder.h                  |  1 +
 cpp/src/gandiva/like_holder_test.cc            |  8 +++++---
 cpp/src/gandiva/precompiled/string_ops.cc      | 11 +++++++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc |  9 +++++++++
 cpp/src/gandiva/precompiled/types.h            |  2 ++
 7 files changed, 39 insertions(+), 5 deletions(-)