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 35bf4884a6 GH-47891: [C++][Parquet] Generate a separate fuzz seed file
for each column (#47892)
add c72572ed52 GH-47881: [C++] Update fast_float version to 8.1.0 (#47882)
No new revisions were added by this update.
Summary of changes:
ci/scripts/cpp_test.sh | 2 +-
cpp/src/arrow/util/value_parsing_test.cc | 6 +
cpp/src/arrow/vendored/fast_float/README.md | 8 +-
cpp/src/arrow/vendored/fast_float/ascii_number.h | 532 ++++++--
cpp/src/arrow/vendored/fast_float/bigint.h | 226 ++--
.../vendored/fast_float/constexpr_feature_detect.h | 23 +-
.../arrow/vendored/fast_float/decimal_to_binary.h | 135 +-
.../arrow/vendored/fast_float/digit_comparison.h | 205 +--
cpp/src/arrow/vendored/fast_float/fast_float.h | 104 +-
cpp/src/arrow/vendored/fast_float/fast_table.h | 1326 ++++++++++----------
cpp/src/arrow/vendored/fast_float/float_common.h | 1150 +++++++++++++----
cpp/src/arrow/vendored/fast_float/parse_number.h | 461 +++++--
.../fast_float/simple_decimal_conversion.h | 362 ------
testing | 2 +-
14 files changed, 2811 insertions(+), 1731 deletions(-)
delete mode 100644
cpp/src/arrow/vendored/fast_float/simple_decimal_conversion.h