You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/06/09 00:50:34 UTC

[arrow] branch main updated (6808bfe3cd -> 0bbfe98386)

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

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


    from 6808bfe3cd MINOR: [Go] add `TestBasicDecimal256` (#35998)
     add 0bbfe98386 GH-35669: [C++] Update to double-conversion 3.3.0, activate new flags, remove patches (#36002)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/vendored/double-conversion/README.md |  7 ++---
 cpp/src/arrow/vendored/double-conversion/bignum.cc | 12 ++++----
 .../vendored/double-conversion/double-to-string.cc | 19 +++---------
 .../vendored/double-conversion/double-to-string.h  | 36 +++++++++++++++-------
 .../patches/double-to-string.cc.patch              | 22 -------------
 .../patches/double-to-string.h.patch               | 12 --------
 cpp/src/arrow/vendored/double-conversion/update.sh |  6 +---
 cpp/src/gandiva/formatting_utils.h                 |  4 ++-
 8 files changed, 41 insertions(+), 77 deletions(-)
 delete mode 100644 cpp/src/arrow/vendored/double-conversion/patches/double-to-string.cc.patch
 delete mode 100644 cpp/src/arrow/vendored/double-conversion/patches/double-to-string.h.patch