Skip to content
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

Closed
1 task
WenyXu opened this issue Aug 5, 2024 · 5 comments
Closed
1 task

idea: Add orc-rust read support #4962

WenyXu opened this issue Aug 5, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@WenyXu
Copy link
Member

WenyXu commented Aug 5, 2024

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?

  • Yes, I am willing to contribute to the development of this feature.
@WenyXu WenyXu added the enhancement New feature or request label Aug 5, 2024
@Xuanwo
Copy link
Member

Xuanwo commented Aug 5, 2024

By the way, I'm interested in adding native OpenDAL support for ORC. Do you think it's a good idea?

@Xuanwo
Copy link
Member

Xuanwo commented Aug 5, 2024

I feel there's a bit of missing context. Is this issue meant to be opened on orc-rust?

@WenyXu
Copy link
Member Author

WenyXu commented Aug 5, 2024

By the way, I'm interested in adding native OpenDAL support for ORC. Do you think it's a good idea?

It sounds good to me, let's treat opendal as first-class citizens in orc-rust🚀

@WenyXu
Copy link
Member Author

WenyXu commented Aug 5, 2024

I feel there's a bit of missing context. Is this issue meant to be opened on orc-rust?

Yes, we should🤩

@WenyXu
Copy link
Member Author

WenyXu commented Aug 5, 2024

I'm going to close this issue. The future works will be tracked at datafusion-contrib/datafusion-orc#116

@WenyXu WenyXu closed this as not planned Won't fix, can't repro, duplicate, stale Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants