You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/10/17 01:21:55 UTC

[arrow] branch master updated (4bf5c3819e -> 48b48289bf)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 4bf5c3819e ARROW-18044: [Java] upgrade error-prone library version to 2.16 (#14423)
     add 48b48289bf ARROW-18026: [C++][Gandiva] Add div and mod functions for unsigned ints (#14397)

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      |  4 +++
 cpp/src/gandiva/precompiled/arithmetic_ops_test.cc | 16 ++++++++++
 cpp/src/gandiva/precompiled/types.h                |  4 +++
 cpp/src/gandiva/tests/projector_test.cc            | 35 ++++++++++++++++++++++
 5 files changed, 63 insertions(+)