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:26:27 UTC

[arrow] branch master updated (a23c6dd5b4 -> 5a2c28060e)

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 a23c6dd5b4 MINOR: [JS] Fix docs style
     add 5a2c28060e ARROW-16134: [C++][GANDIVA] Fix Concat_WS errors return

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  16 +-
 cpp/src/gandiva/precompiled/string_ops.cc      | 233 ++++++++++++++++---------
 cpp/src/gandiva/precompiled/string_ops_test.cc |  81 +++++++--
 cpp/src/gandiva/precompiled/types.h            |  49 +++---
 cpp/src/gandiva/tests/projector_test.cc        |  15 +-
 5 files changed, 264 insertions(+), 130 deletions(-)