-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Description
I realized that the function from_chars with the exponential notion (e.g. 1e30) with float always returns 0.
This is because this line always copies the first four bytes of uint64_t when we handle float. However, on big-endian platform, the value is stored in the last four bytes of word when we handle float.
This issue comes from apache/arrow#8674
Metadata
Metadata
Assignees
Labels
No labels