Commits


Heres, Daniel authored and Andrew Lamb committed 9a3a5b8af1f
ARROW-4804: [Rust] Parse Date32 and Date64 in CSV reader This is based on https://github.com/apache/arrow/pull/8611 by @Jibbow and some suggestions by @alamb Adds date32 / date64 to the csv reader. This also fixes the benchmark which now includes date types which were added by @seddonm1 There are some missing parts in the date format support (such as actual ms support) but those can be implemented I think as separate PRs. Closes #8913 from Dandandan/date_csv Authored-by: Heres, Daniel <danielheres@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>