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/08/03 10:49:13 UTC

[arrow] branch master updated (de7cc1e -> dee62082)

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 de7cc1e  ARROW-13522: [C++] Fix regression in UTF8 trim functions
     add dee62082 ARROW-9948: [C++] Fix scale handling in Decimal{128, 256}::FromString

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/decimal.cpp         |   2 +-
 cpp/src/arrow/util/basic_decimal.cc   |   4 +-
 cpp/src/arrow/util/basic_decimal.h    |  90 ++++-
 cpp/src/arrow/util/decimal.cc         |  84 ++---
 cpp/src/arrow/util/decimal_test.cc    | 661 ++++++++++++++++++++++++----------
 cpp/src/gandiva/tests/decimal_test.cc |   2 +-
 6 files changed, 575 insertions(+), 268 deletions(-)