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

Do you have a plan for ORC writer? #89

Closed qianyiwen2019 closed 1 month ago

qianyiwen2019 commented 1 month ago

Thanks for your excellent work. And do you have a pan for a writer? it's also useful in many cases.

WenyXu commented 1 month ago

Thanks for the kind words!

Currently, I don't have immediate plans for a writer feature, but contributions are welcome. ORC Writer has implementations in other languages, simplifying the creation of a Rust version. Leveraging GPT for code translation could also be beneficial.

qianyiwen2019 commented 1 month ago

got it, thanks

Jefffrey commented 1 month ago

I am actually planning to do an implementation of writing (it will be rudimentary and unoptimized at first). We have an existing issue for this where I might post progress as it comes: https://github.com/datafusion-contrib/datafusion-orc/issues/11

qianyiwen2019 commented 1 month ago

I am actually planning to do an implementation of writing (it will be rudimentary and unoptimized at first). We have an existing issue for this where I might post progress as it comes: #11

wonderful, hope we can see it sooner.