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 bebd2bf693 GH-34620: [C#] Support DateOnly and TimeOnly on .NET 6.0+
(#36125)
add 3f0b62038d GH-36433: [C++] Update fast_float version to 3.10.1 (#36434)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/util/value_parsing.cc | 2 +
cpp/src/arrow/util/value_parsing_test.cc | 6 +
cpp/src/arrow/vendored/fast_float/README.md | 4 +-
cpp/src/arrow/vendored/fast_float/ascii_number.h | 15 +-
cpp/src/arrow/vendored/fast_float/bigint.h | 144 ++-
.../vendored/fast_float/constexpr_feature_detect.h | 40 +
.../arrow/vendored/fast_float/decimal_to_binary.h | 17 +-
.../arrow/vendored/fast_float/digit_comparison.h | 37 +-
cpp/src/arrow/vendored/fast_float/fast_float.h | 2 +-
cpp/src/arrow/vendored/fast_float/fast_table.h | 1313 ++++++++++----------
cpp/src/arrow/vendored/fast_float/float_common.h | 179 ++-
cpp/src/arrow/vendored/fast_float/parse_number.h | 32 +
cpp/src/arrow/vendored/fast_float/update.sh | 2 +-
13 files changed, 991 insertions(+), 802 deletions(-)
create mode 100644 cpp/src/arrow/vendored/fast_float/constexpr_feature_detect.h