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 2019/12/03 11:05:22 UTC

[arrow] branch master updated (9197f01 -> dc90ca3)

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 9197f01  ARROW-7294: [Python] converted_type_name_from_enum(): Incorrect name for INT_64
     add dc90ca3  ARROW-7263: [C++][Gandiva] Implemented locate function

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      | 55 ++++++++++++++++++++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 58 ++++++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h            |  6 +++
 4 files changed, 125 insertions(+)