alamb opened a new pull request, #3432: URL: https://github.com/apache/arrow-datafusion/pull/3432
# Which issue does this PR close? Related to https://github.com/apache/arrow-datafusion/pull/3397 # Rationale for this change I was inspired by @andygrove 's comment in https://github.com/apache/arrow-datafusion/pull/3397#discussion_r965992295 to see if I could make the number parsing code better. I played around with it and figured I would propose it as a small follow on PR rather than making the original PR bigger. # What changes are included in this PR? 1. Rewrite numeric parsing to use a more functional style (and only try to parse as `f64` if parsing as `i64` fails) # Are there any user-facing changes? No -- 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]
