ion-elgreco opened a new issue, #5549: URL: https://github.com/apache/arrow-rs/issues/5549
**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: - https://github.com/delta-io/delta-rs/issues/2221 - https://github.com/delta-io/delta-rs/issues/2193 **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 :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
