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 2020/12/23 07:44:44 UTC

[arrow] branch master updated (081728f -> 9bab12f)

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 081728f  ARROW-10988: [C++] Require CMake 3.5 or later
     add 9bab12f  ARROW-9897: [C++][Gandiva] Added to_date function

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_datetime.cc |  7 +++++
 cpp/src/gandiva/gdv_function_stubs.cc         | 25 +++++++++++++++
 cpp/src/gandiva/tests/projector_test.cc       | 44 +++++++++++++++++++++++++++
 cpp/src/gandiva/tests/test_util.h             |  2 ++
 cpp/src/gandiva/to_date_holder.cc             | 35 ++++++++++++---------
 5 files changed, 99 insertions(+), 14 deletions(-)