Jefffrey commented on PR #3101: URL: https://github.com/apache/arrow-rs/pull/3101#issuecomment-1313327223
> One other option would be to support a default representation, but support specifying a custom format string by using `Parse::parse_formatted` originally added by @sum12 in #1451 Can definitely add the support for `Parse::parse_formatted`, but still would leave the question of what the default(s) should be, especially for the original use case of parsing from csv. Ideally wouldn't want to have to slap `parse_formatted` for all the different representations in here: https://github.com/apache/arrow-rs/blob/3ca41f50d0e8b6da95d83e5bf0b09fd518e2110f/arrow-csv/src/reader.rs#L587-L604 -- 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]
