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/07/15 16:23:50 UTC

[arrow] branch master updated (5fcd4d5 -> a3f778c)

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 5fcd4d5  ARROW-13050: [C++][Gandiva] Implement SPACE Hive function on Gandiva
     add a3f778c  ARROW-13190: [C++] [Gandiva] Change behavior of INITCAP function

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/gdv_function_stubs.cc              | 66 ++++++++++++----------
 cpp/src/gandiva/gdv_function_stubs.h               | 17 ++++--
 cpp/src/gandiva/gdv_function_stubs_test.cc         | 36 ++++++++++--
 .../arrow/gandiva/evaluator/ProjectorTest.java     |  8 +--
 4 files changed, 80 insertions(+), 47 deletions(-)