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:06:19 UTC

[arrow] branch master updated (0d06e34 -> 9c0debf)

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 0d06e34  ARROW-13006: [C++][Gandiva] Implement BASE64 and UNBASE64 Hive functions on Gandiva
     add 9c0debf  ARROW-13049: [C++][Gandiva] Implement BIN Hive function on Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_arithmetic.cc    |  6 +-
 cpp/src/gandiva/precompiled/extended_math_ops.cc   | 40 ++++++++++++
 .../gandiva/precompiled/extended_math_ops_test.cc  | 73 ++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h                |  3 +
 cpp/src/gandiva/tests/projector_test.cc            | 37 +++++++++++
 5 files changed, 158 insertions(+), 1 deletion(-)