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

[C++][FS][Azure] Add AzureFileSystem support to FileSystemFromUri() #40028

Closed
kou opened this issue Feb 11, 2024 · 1 comment
Closed

[C++][FS][Azure] Add AzureFileSystem support to FileSystemFromUri() #40028

kou opened this issue Feb 11, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Feb 11, 2024

Describe the enhancement requested

What schema should be used for it? abfs?

Component(s)

C++

kou added a commit to kou/arrow that referenced this issue Mar 3, 2024
kou added a commit that referenced this issue Mar 11, 2024
…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 <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 16.0.0 milestone Mar 11, 2024
@kou
Copy link
Member Author

kou commented Mar 11, 2024

Issue resolved by pull request 40325
#40325

@kou kou closed this as completed Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant