You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wbo4958
changed the title
[BUG] CSV Parseing some float values results in overflow
[BUG] CSV/JSON Parseing some float values results in overflow
Jan 12, 2022
sameerz
changed the title
[BUG] CSV/JSON Parseing some float values results in overflow
[BUG] CSV/JSON Parsing some float values results in overflow
Jan 28, 2022
Describe the bug
Parsing
-3.4028234663852886e+38
as a float32 results in-Inf
.Steps/Code to reproduce bug
There is an integration test added for this.
Expected behavior
It should parse to the corresponding supported value.
The text was updated successfully, but these errors were encountered: