Add scientific notation decimal parsing in parse_decimal
#5549
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In Delta-RS we write min and max stats of a particular column, depending on the value of a decimal this is written in scientific notation. When we interact with a table we parse the logs to get a table state. As a result some users can't read tables that had written these stats.
See related issues:
Describe the solution you'd like
Add support for scientific notation parsing.
Describe alternatives you've considered
None at the moment, our new table replay is deeply tied with the arrow json parser :)
The text was updated successfully, but these errors were encountered: