-
Notifications
You must be signed in to change notification settings - Fork 177
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: Introduce FileIO #53
Conversation
f055d57
to
f3d6f5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Nice work!
cc @Fokko I think it's ok to merge? |
@liurenjie1024 I believe so, thanks for the review, everyone! 🙌🏻 |
Close #49
In this pr we implement
FileIO
on top of opendal, which provided great abstraction over all kinds of storage. There are still some missing check, but I want to discuss implementation first.