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 2022/04/19 03:34:46 UTC

[arrow] branch master updated (04e2c929bd -> 6c10a389bb)

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 04e2c929bd ARROW-15848: [Gandiva][C++] Fix function istrue and is not true
     add 6c10a389bb ARROW-16051: [Gandiva][C++] Fix datediff regression build

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_datetime.cc      |  3 ++
 .../function_registry_timestamp_arithmetic.cc      |  2 +-
 cpp/src/gandiva/precompiled/time.cc                |  7 +++++
 cpp/src/gandiva/precompiled/time_test.cc           | 34 ++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h                |  2 ++
 cpp/src/gandiva/tests/date_time_test.cc            |  2 +-
 6 files changed, 48 insertions(+), 2 deletions(-)