v0.3.0
The first release after migrating to new repository https://github.com/datafusion-contrib/datafusion-orc
- Old repository: https://github.com/WenyXu/orc-rs
Notable changes:
- Support all compression types when reading
- Support reading all ORC data types
- New top level API for interacting with this library (
ArrowReader
andArrowStreamReader
)