datafusion-contrib / datafusion-orc

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

More Integer RLE tests #59

Open Jefffrey opened 4 months ago

Jefffrey commented 4 months ago

With refactoring introduced by https://github.com/datafusion-contrib/datafusion-orc/pull/57

I'd like to add a lot of tests for RLE behaviour. Will need to go to Apache Orc repo implementation to generate the test cases (using it as our oracle).

Want to get to a state where we are 100% certain the integer decoding behaviour is aligned with the specification.