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/02 07:07:26 UTC

[arrow] branch master updated (f36451f -> 6d3fb1a)

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 f36451f  ARROW-14897: [CI][C++] Upgrade Clang Tools to 12 from 8
     add 6d3fb1a  ARROW-13829: [C++][Gandiva] Implement GREATEST and LEAST Hive functions on Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_arithmetic.cc    |  24 ++++
 cpp/src/gandiva/precompiled/arithmetic_ops.cc      |  63 +++++++++++
 cpp/src/gandiva/precompiled/arithmetic_ops_test.cc | 124 +++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h                |  80 +++++++++++++
 cpp/src/gandiva/tests/projector_test.cc            |  54 +++++++++
 5 files changed, 345 insertions(+)