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/12/13 06:16:23 UTC

[arrow] branch master updated (aa0e9d4 -> 2a4e634)

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 aa0e9d4  ARROW-14446: [Docs][Release] Update documentation on verification of release candidates
     add 2a4e634  ARROW-14193: [C++][Gandiva] Implement INSTR function

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |   5 +-
 cpp/src/gandiva/precompiled/string_ops.cc      |  22 +++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 122 +++++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h            |   3 +
 cpp/src/gandiva/tests/projector_test.cc        |  39 ++++++++
 5 files changed, 190 insertions(+), 1 deletion(-)