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:42:37 UTC

[arrow] branch master updated (1013b0c -> fed01ed)

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 1013b0c  ARROW-12422: [C++][Gandiva] Add castVARCHAR from date millis function
     add fed01ed  ARROW-13828: [C++][Gandiva] Implement SOUNDEX Hive functions on Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  3 +
 cpp/src/gandiva/precompiled/string_ops.cc      | 81 ++++++++++++++++++++++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 41 +++++++++++++
 cpp/src/gandiva/precompiled/types.h            |  3 +
 cpp/src/gandiva/tests/projector_test.cc        | 35 +++++++++++
 5 files changed, 163 insertions(+)