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/26 09:45:10 UTC

[arrow] branch master updated (fa89d3e -> bf4e27c)

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 fa89d3e  ARROW-7386: [C#] Array offset does not work properly
     add bf4e27c  ARROW-7215: [C++][Gandiva] Implement castVARCHAR(numeric_type) functions in Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  16 ++++
 cpp/src/gandiva/precompiled/CMakeLists.txt     |   6 +-
 cpp/src/gandiva/precompiled/string_ops.cc      |  35 ++++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 112 +++++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h            |  12 +++
 5 files changed, 176 insertions(+), 5 deletions(-)