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/24 13:46:20 UTC

[arrow] branch master updated (0a85cef -> ad61fe2)

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 0a85cef  ARROW-12943: [Gandiva][C++]Implement MD5 Hive function
     add ad61fe2  ARROW-13377: [C++][Gandiva] Implement PMOD Hive functions on Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_arithmetic.cc    |  4 +++
 cpp/src/gandiva/precompiled/arithmetic_ops.cc      | 21 +++++++++++++
 cpp/src/gandiva/precompiled/arithmetic_ops_test.cc | 16 ++++++++++
 cpp/src/gandiva/precompiled/types.h                |  2 ++
 cpp/src/gandiva/tests/projector_test.cc            | 35 ++++++++++++++++++++++
 5 files changed, 78 insertions(+)