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 2020/03/18 11:05:40 UTC

[arrow] branch master updated (afda692 -> 76fd44c)

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 afda692  ARROW-8126: [C++][Compute] Add nth-to-indices kernel benchmark
     add 76fd44c  ARROW-3329: [C++] Added casts Decimal128 to Decimal128 and Int64

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/cast.cc              | 146 ++++++++++++++++++
 cpp/src/arrow/compute/kernels/cast.h               |   3 +
 cpp/src/arrow/compute/kernels/cast_test.cc         | 165 +++++++++++++++++++++
 .../kernels/generated/cast_codegen_internal.h      | 103 +++++++------
 cpp/src/arrow/compute/kernels/generated/codegen.py |   7 +-
 cpp/src/arrow/type_fwd.h                           |   1 +
 cpp/src/arrow/util/macros.h                        |  10 +-
 7 files changed, 379 insertions(+), 56 deletions(-)