Skip to content

Commit 21f762a

Browse files
committed
add link
1 parent 4ef5a97 commit 21f762a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyiceberg/io/pyarrow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ def _initialize_s3_fs(self, netloc: Optional[str]) -> FileSystem:
504504
return S3FileSystem(**client_kwargs)
505505

506506
def _initialize_azure_fs(self) -> FileSystem:
507+
# https://arrow.apache.org/docs/python/generated/pyarrow.fs.AzureFileSystem.html
507508
from packaging import version
508509

509510
MIN_PYARROW_VERSION_SUPPORTING_AZURE_FS = "20.0.0"

0 commit comments

Comments
 (0)