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

Add native OpenDAL support #116

Closed
WenyXu opened this issue Aug 5, 2024 · 6 comments
Closed

Add native OpenDAL support #116

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

Comments

@WenyXu
Copy link
Collaborator

WenyXu commented Aug 5, 2024

Add native OpenDAL support for ORC
See also: apache/opendal#4962

@WenyXu WenyXu added the enhancement New feature or request label Aug 5, 2024
@Xuanwo
Copy link
Collaborator

Xuanwo commented Aug 5, 2024

It should be super simple to implement an AsyncChunkReader for opendal. I will give it a try.

@WenyXu
Copy link
Collaborator Author

WenyXu commented Aug 5, 2024

It should be super simple to implement an AsyncChunkReader for opendal. I will give it a try.

Have fun 🤩

@Xuanwo
Copy link
Collaborator

Xuanwo commented Aug 5, 2024

Hi, I didn't find AsyncWrite for orc. Seems we doesn't support write orc files yet?

@WenyXu
Copy link
Collaborator Author

WenyXu commented Aug 5, 2024

Hi, I didn't find AsyncWrite for orc. Seems we doesn't support write orc files yet?

Yes, the feature still WIP datafusion-contrib/orc-rust#15

@Xuanwo
Copy link
Collaborator

Xuanwo commented Aug 5, 2024

Thanks! We can add AsyncOpendalWriter once it's ready.

@Xuanwo
Copy link
Collaborator

Xuanwo commented Aug 6, 2024

Implemented in #117

@Xuanwo Xuanwo closed this as completed Aug 6, 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