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/03/16 12:53:02 UTC

[arrow] branch master updated (2a30cd0 -> 4eeff3b)

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 2a30cd0  ARROW-11630: [Rust] Introduce limit option for sort kernel
     add 4eeff3b  ARROW-11833: [C++] Bump vendored fast_float

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/vendored/fast_float/README.md        |   5 +-
 cpp/src/arrow/vendored/fast_float/ascii_number.h   | 102 +++++++++++++++------
 .../arrow/vendored/fast_float/decimal_to_binary.h  |  16 +++-
 cpp/src/arrow/vendored/fast_float/fast_table.h     |  20 ++--
 cpp/src/arrow/vendored/fast_float/float_common.h   |  96 ++++++++-----------
 cpp/src/arrow/vendored/fast_float/parse_number.h   |  96 ++++++++++---------
 .../fast_float/simple_decimal_conversion.h         |  13 +--
 dev/tasks/tasks.yml                                |  36 ++++----
 8 files changed, 205 insertions(+), 179 deletions(-)