datafusion-contrib / datafusion-orc

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

Integration tests that using example files from apache/orc #27

Closed waynexia closed 3 months ago

waynexia commented 8 months ago

The upstream provides an example folder that contains lots of ORC files https://github.com/apache/orc/tree/main/examples. We can consider an integration test suite based on that.