datafusion-contrib / datafusion-orc

Implementation of Apache ORC file format use Apache Arrow in-memory format
Apache License 2.0
41 stars 10 forks source link

Remove Chrono dependency #38

Closed Jefffrey closed 10 months ago

Jefffrey commented 10 months ago

Closes #34

Convert dates and timestamps from ORC directly from their integer representation into the integer representation of Arrow, without needing to go via Chrono. This allows removal of Chrono dependency.