enjalot opened a new issue #1060: URL: https://github.com/apache/arrow-rs/issues/1060
**Describe the bug** If a column has dates like "2021-12-19 13:12:30.921" they are not treated as dates/timestamps by the reader (unlike in other clients like python or javascript) **To Reproduce** I ran into this trying to run csv2parquet on a csv with dates formatted as above https://github.com/domoritz/csv2parquet **Expected behavior** Expect to get TIMESTAMP values -- 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]
