You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/02/17 14:56:41 UTC

[arrow] branch master updated (848c803 -> 2c707d4)

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

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


    from 848c803  ARROW-11607: [C++][Parquet] Update values_capacity_ when resetting.
     add 2c707d4  ARROW-9196: [C++][Compute] All casts accept scalar and sliced inputs

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_base.h                   |    4 +-
 cpp/src/arrow/compute/kernels/codegen_internal.h   |    7 +-
 .../arrow/compute/kernels/scalar_cast_nested.cc    |   64 +-
 .../arrow/compute/kernels/scalar_cast_numeric.cc   |   98 +-
 .../arrow/compute/kernels/scalar_cast_string.cc    |  129 +-
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  | 2464 ++++++++------------
 cpp/src/arrow/compute/kernels/test_util.cc         |   10 +-
 cpp/src/arrow/scalar.cc                            |   12 +
 cpp/src/arrow/testing/gtest_util.h                 |   18 +-
 cpp/src/arrow/type_traits.h                        |   18 +
 cpp/src/arrow/util/decimal.h                       |    3 +-
 11 files changed, 1219 insertions(+), 1608 deletions(-)