You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2021/11/25 11:45:00 UTC

[arrow] branch master updated (fed01ed -> b4b5f63)

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

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


    from fed01ed  ARROW-13828: [C++][Gandiva] Implement SOUNDEX Hive functions on Gandiva
     add b4b5f63  ARROW-13830: [C++][Gandiva] Implement CHR Hive functions on Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  6 +++
 cpp/src/gandiva/precompiled/string_ops.cc      | 34 ++++++++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 73 ++++++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h            |  3 ++
 cpp/src/gandiva/tests/projector_test.cc        | 36 +++++++++++++
 5 files changed, 152 insertions(+)