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 2023/06/14 14:49:03 UTC

[arrow] branch main updated (e4274c6e85 -> b6eab1f42f)

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

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


    from e4274c6e85 GH-34723: [Java] Enable log trace for Netty allocator memory usage (#35314)
     add b6eab1f42f GH-35576: [C++] Make Decimal{128,256}::FromReal more accurate (#35997)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc |   4 +-
 cpp/src/arrow/util/basic_decimal.cc               | 408 +++--------------
 cpp/src/arrow/util/basic_decimal.h                |  96 ++--
 cpp/src/arrow/util/decimal.cc                     | 528 +++++++++++++---------
 cpp/src/arrow/util/decimal.h                      |  50 +-
 cpp/src/arrow/util/decimal_internal.h             | 497 ++++++++++++++++++++
 cpp/src/arrow/util/decimal_test.cc                | 306 +++++++++----
 python/pyarrow/tests/test_compute.py              | 185 ++++++++
 8 files changed, 1341 insertions(+), 733 deletions(-)
 create mode 100644 cpp/src/arrow/util/decimal_internal.h