alamb commented on PR #7783: URL: https://github.com/apache/arrow-rs/pull/7783#issuecomment-3025388245
> Seems reasonable. And as a quick-follow, it's not _that_ hard to manually parse a JSON numeric string literal to Variant (pathfinding already done). The [grammar](https://www.json.org/json-en.html) is _super_ simple, basically: For sure Also, we have some prior art in these crates here: https://github.com/apache/arrow-rs/blob/5505113d9745aba2cb46df2fd11a4b3d9672d5d2/arrow-cast/src/parse.rs#L854-L853 those require knowing the precison up front, but we could perhaps adapt the code -- 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]
