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/11/17 22:48:01 UTC

[arrow] branch master updated (02b4f73 -> feabdf0)

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 02b4f73  ARROW-10622: [R] Nameof should not use "void" as the crib
     add feabdf0  ARROW-10407: [C++] Add BasicDecimal256 division Support

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/basic_decimal.cc     | 223 ++++++++++++++++++++++----------
 cpp/src/arrow/util/basic_decimal.h      |  26 ++++
 cpp/src/arrow/util/decimal.h            |  17 +++
 cpp/src/arrow/util/decimal_benchmark.cc |   1 +
 cpp/src/arrow/util/decimal_test.cc      |  56 ++++++++
 5 files changed, 254 insertions(+), 69 deletions(-)