You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/06/04 17:40:18 UTC

[arrow] branch master updated (f9e8d22 -> 31c7a50)

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

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


    from f9e8d22  ARROW-8471: [C++][Integration] Represent 64 bit integers as strings
     add 31c7a50  ARROW-8568: [C++] Fix decimal to decimal cast issues

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/codegen_internal.h   |  94 +++++++--
 .../arrow/compute/kernels/scalar_cast_numeric.cc   | 221 +++++++++++----------
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  |  92 +++++++--
 cpp/src/arrow/compute/kernels/scalar_set_lookup.cc |  25 ++-
 cpp/src/arrow/compute/kernels/vector_hash.cc       |   7 +-
 cpp/src/arrow/util/basic_decimal.cc                |  12 +-
 cpp/src/arrow/util/basic_decimal.h                 |   5 +
 cpp/src/arrow/util/decimal_test.cc                 |  22 ++
 python/pyarrow/tests/test_array.py                 |   6 +-
 9 files changed, 337 insertions(+), 147 deletions(-)