forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-43097: [C++] Implement
PathFromUri
support for Azure file …
…system (apache#43098) ### Rationale for this change See apache#43097. ### What changes are included in this PR? Implements `AzureFS::PathFromUri` using existing URI parsing and path extraction inside the `AzureOptions`. ### Are these changes tested? Yes, added a unit test. ### Are there any user-facing changes? No, but calling `PathFromUri` will now work instead of throwing due to no implementation provided. * GitHub Issue: apache#43097 Authored-by: Oliver Layer <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters