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
Other filesystems, such as e.g. S3, implement the virtual PathFromUri method. For the respective S3 implementation, see here.
For the Azure file system, this method is currently not implemented while it certainly should be to comply with the file system API.
Component(s)
C++
The text was updated successfully, but these errors were encountered:
…#43098)
### Rationale for this change
See #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: #43097
Authored-by: Oliver Layer <o.layer@celonis.de>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
Other filesystems, such as e.g. S3, implement the virtual
PathFromUri
method. For the respective S3 implementation, see here.For the Azure file system, this method is currently not implemented while it certainly should be to comply with the file system API.
Component(s)
C++
The text was updated successfully, but these errors were encountered: