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 2020/08/06 13:17:15 UTC

[arrow] branch master updated (81d3f26 -> 52cb9cb)

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 81d3f26  ARROW-9412: [C++] Add non-bundled dependencies to INTERFACE_LINK_LIBRARIES of static libarrow
     add 52cb9cb  ARROW-9607: [C++][Gandiva] Add bitwise_and(), bitwise_or() and bitwise_not() functions for integers

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_arithmetic.cc    |  8 +++++++
 cpp/src/gandiva/precompiled/arithmetic_ops.cc      | 13 +++++++++++
 cpp/src/gandiva/precompiled/arithmetic_ops_test.cc | 27 ++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h                |  7 ++++++
 4 files changed, 55 insertions(+)