-
Notifications
You must be signed in to change notification settings - Fork 472
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
services/azfile: Check if dir exists before create #3646
Labels
Comments
Xuanwo
added
services/azfile
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Nov 22, 2023
i want to try it |
Thanks a lot! |
ZutJoe
added a commit
to ZutJoe/incubator-opendal
that referenced
this issue
Nov 22, 2023
ZutJoe
added a commit
to ZutJoe/incubator-opendal
that referenced
this issue
Nov 22, 2023
Xuanwo
pushed a commit
that referenced
this issue
Nov 23, 2023
* refactor(services/azfile): Check if dir exists before create (#3646) * perf: change the sequence of checking dir * fix: fmt code * refactor: fmt * refactor: fmt
Xuanwo
pushed a commit
that referenced
this issue
Nov 23, 2023
* refactor(services/azfile): Check if dir exists before create (#3646) * perf: change the sequence of checking dir * fix: fmt code * refactor: fmt * refactor: fmt * feat: disable ftp for python and java binding * docs: complete information * docs: move content location
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
https://github.com/apache/incubator-opendal/blob/b2b615b16f977dc3f889bc7bfe13a54106aea9b9/core/src/services/azfile/core.rs#L417-L423
For every request, we need to check if dir exists for the while path. Maybe we can check if dir exists before creating them?
The text was updated successfully, but these errors were encountered: