You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…romUri() (#40325)
### Rationale for this change
`FileSystemFromUri()` is a common API to create a file system object. `FileSystemFromUri()` should be able to create an `AzureFileSystem` object.
### What changes are included in this PR?
Add `AzureOptions::FromUri()` and use it from `FileSystemFromUri()`.
See the `AzureOptions::FromUri()`'s docstring about the supported formats.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #40028
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
What schema should be used for it?
abfs
?Component(s)
C++
The text was updated successfully, but these errors were encountered: