You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2020/11/11 20:52:29 UTC

[arrow] branch master updated (1c18706 -> c74aac3)

This is an automated email from the ASF dual-hosted git repository.

bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 1c18706  ARROW-9001: [R] Box outputs as correct type in call_function
     add c74aac3  ARROW-6071: [C++] Generic binary-to-binary casts

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/scalar_cast_string.cc    | 168 +++++++++++++++------
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  |  95 +++++++-----
 cpp/src/arrow/util/int_util.cc                     |  32 ++--
 cpp/src/arrow/util/int_util.h                      |  16 ++
 4 files changed, 217 insertions(+), 94 deletions(-)