You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pr...@apache.org on 2021/06/07 10:35:55 UTC

[arrow] branch master updated (0477cfc -> b0da01d)

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

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


    from 0477cfc  ARROW-12567: [C++][Gandiva] Implement LPAD and RPAD functions for string input values
     add b0da01d  ARROW-12936: [C++][Gandiva] Implement ASCII Hive function 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      |  9 +++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 11 ++++++++
 cpp/src/gandiva/precompiled/types.h            |  2 ++
 cpp/src/gandiva/tests/utf8_test.cc             | 35 ++++++++++++++++++++++++++
 5 files changed, 60 insertions(+)