sum12 opened a new pull request #1451: URL: https://github.com/apache/arrow-rs/pull/1451
# Which issue does this PR close? add implementation for remaining basic types as needed by the json::decoder # Rationale for this change This approach is seem cleaner than the on e initially proposed in #1301 # What changes are included in this PR? Non-Formatted parsing for timestamp types is included, but formatted parsing is still missing and can be done as a followup PR. When `serde` thinks that the `value` is a `string` then these new parsers will kick in and parse the string using provided format or some predefined set of format strings (for timestamp types) for time32/time64 based types no format is specified # Are there any user-facing changes? A new `format_strings` parameter is added to the reader and decoder -- 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]
