Skip to content

Commit 963531a

Browse files
Remove unnecessary comment
1 parent 37de814 commit 963531a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

‎pyiceberg/io/pyarrow.py‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,6 @@ def _initialize_azure_fs(self, netloc: str | None = None) -> FileSystem:
556556

557557
account_name = self.properties.get(ADLS_ACCOUNT_NAME)
558558
if account_name is None and netloc and "@" in netloc:
559-
# An account qualified location carries the account in its host part,
560-
# abfss://<container>@<account>.<host>/<path>. Only that form has a userinfo
561-
# part, without it the netloc is just the container and there is no account
562-
# to read. An explicit adls.account-name always wins, same as FsspecFileIO.
563559
account_name = netloc.rpartition("@")[2].split(".")[0] or None
564560

565561
if account_name:

0 commit comments

Comments
 (0)