We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c03f6a commit 8944dd2Copy full SHA for 8944dd2
pyiceberg/io/fsspec.py
@@ -193,7 +193,6 @@ def _gs(properties: Properties) -> AbstractFileSystem:
193
194
195
def _adls(properties: Properties) -> AbstractFileSystem:
196
- # https://fsspec.github.io/adlfs/api/
197
from adlfs import AzureBlobFileSystem
198
199
# https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri#uri-syntax
0 commit comments