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 54ff2d8777 ARROW-18282: [C++][Python] Support step >= 1 in list_slice
kernel (#14696)
add 5121326198 ARROW-18419: [C++] Update vendored fast_float (#14817)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/vendored/fast_float/README.md | 36 ++++++-
cpp/src/arrow/vendored/fast_float/ascii_number.h | 4 -
cpp/src/arrow/vendored/fast_float/bigint.h | 2 +-
.../arrow/vendored/fast_float/digit_comparison.h | 2 +-
cpp/src/arrow/vendored/fast_float/fast_float.h | 3 +-
cpp/src/arrow/vendored/fast_float/float_common.h | 113 ++++++++++++++++-----
cpp/src/arrow/vendored/fast_float/parse_number.h | 88 ++++++++++++++--
.../fast_float/simple_decimal_conversion.h | 4 +-
.../src/arrow/vendored/fast_float/update.sh | 37 ++++---
9 files changed, 224 insertions(+), 65 deletions(-)
copy ci/conan/merge_upstream.sh => cpp/src/arrow/vendored/fast_float/update.sh
(62%)