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

Compound type support #14

Closed Jefffrey closed 6 months ago

Jefffrey commented 11 months ago
WenyXu commented 11 months ago

I'm going to take it.

Jefffrey commented 6 months ago

Union support added with https://github.com/datafusion-contrib/datafusion-orc/commit/ee69b91cb2ce4c18ee5148bd541658d362fc577f

All compound types have (basic) support now, closing this issue