datafusion-contrib / datafusion-orc

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

User Story: Databend uses datafusion-orc for it's async support #107

Open Xuanwo opened 4 days ago

Xuanwo commented 4 days ago

Hello, everyone! Thank you for this fantastic crate. I'm writing to share how databend is utilizing datafusion-orc for its async support.

With datafusion-orc, databend now supports importing data from ORC files. Our colleague @youngsofun has been diligently working on this project. We plan to contribute our improvements to the upstream in the near future. Stay tuned!