Fokko opened a new pull request, #6497:
URL: https://github.com/apache/iceberg/pull/6497
Otherwise it will throw an error when it isn't installed:
```
│ /Users/fokkodriesprong/Desktop/iceberg/python/pyiceberg/io/fsspec.py:31 in
<module> │
│
│
│ 28 from urllib.parse import urlparse
│
│ 29
│
│ 30 import requests
│
│ ❱ 31 from adlfs import AzureBlobFileSystem
│
│ 32 from botocore import UNSIGNED
│
│ 33 from botocore.awsrequest import AWSRequest
│
│ 34 from fsspec import AbstractFileSystem
│
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ModuleNotFoundError: No module named 'adlfs'
```
cc @cccs-eric
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]