Commits


Mike Seddon authored and Andrew Lamb committed 970a9e7f9ff
ARROW-10907: [Rust] Fix Cast UTF8 to Date64 This PR fixes the behavior of a UTF8 -> Date64 conversion process to use `%Y-%m-%dT%H:%M:%S` rather than `%Y-%m-%d` with `00:00:00` time component. It aligns with https://github.com/apache/arrow/pull/8913. Closes #8918 from seddonm1/fix-date64-cast Authored-by: Mike Seddon <seddonm1@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>