Commits


Christoph Schulze authored and Andy Grove committed 5d66bc57e26
ARROW-9908: [Rust] Add support for temporal types in JSON reader This PR adds support for temporal data types to the JSON reader for: `Timestamp`, `Date32`, `Date64`, `Time32`, and `Time64`. Time range types `Interval` and `Duration` will still not be supported. Corresponding Jira ticket: [ARROW-9908](https://issues.apache.org/jira/browse/ARROW-9908) Closes #8124 from ch-sc/ARROW-9908-temporal-data-types-in-json-reader Authored-by: Christoph Schulze <christoph.schulze@signavio.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>