-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idea: Add orc-rust read support #4962
Comments
By the way, I'm interested in adding native OpenDAL support for ORC. Do you think it's a good idea? |
I feel there's a bit of missing context. Is this issue meant to be opened on orc-rust? |
It sounds good to me, let's treat opendal as first-class citizens in orc-rust🚀 |
Yes, we should🤩 |
I'm going to close this issue. The future works will be tracked at datafusion-contrib/datafusion-orc#116 |
Feature Description
The poor performance when reading from object storage services is not only seen in the parquet(#4868) crate but also in other crates. The same problem also exists in orc-rust(datafusion-contrib/orc-rust#32, youngsofun/datafusion-orc@1745375).
Problem and Solution
Consider introducing a Reader trait like AsyncFileReader for orc-rust.
And add an orc-rust integration, like what we did for the parquet crate in #4868.
Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: