-
Notifications
You must be signed in to change notification settings - Fork 761
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
feat(storages): read_parquet
uses OpenDAL for all IO operations.
#9684
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
only fs and hdfs implemented blocking api. Will we need to test s3 via blocking api too? |
I plan to check if the backend supports blocking api and choose which api to use. But I don't have figured out how to achieve this yet |
Have no complete idea about the remote location. Let's implement it later. |
|
Yes. Or we block the file meta data reading? |
37118db
to
a3b7960
Compare
LGTM, we can discussion the remote file support later. |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
std::File
withopendal
for all IO operations. (TODO(Another PR): useopendal
to do "glob").resort
before filter).Closes #issue