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/05/25 11:05:24 UTC

[arrow] branch master updated (3b92f0279d -> f76615977b)

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 3b92f0279d ARROW-16018: [Doc][Python] Run doctests on Python docstring examples (--doctest-modules)
     add f76615977b ARROW-16527: [Gandiva][C++] Add binary functions

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |   6 ++
 cpp/src/gandiva/precompiled/string_ops.cc      |  11 +++
 cpp/src/gandiva/precompiled/string_ops_test.cc |  33 ++++++++
 cpp/src/gandiva/precompiled/types.h            |   4 +
 cpp/src/gandiva/tests/projector_test.cc        | 107 +++++++++++++++++++++++++
 5 files changed, 161 insertions(+)