jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.06k stars 222 forks source link

Fixed issue with Time32/Time64 datatype in csv reader #1425

Closed christophe-petitjean closed 1 year ago

christophe-petitjean commented 1 year ago

This PR fixed an issue (https://github.com/jorgecarleitao/arrow2/issues/1379) with CSV reader when column are of datatype Time32 or Time64.

This is my first PR in the OSS world and in Rust so I may have made some obvious mistakes either in the process or in the code.