Skip to content

Commit 80176e8

Browse files
author
Tom McCormick
committed
pr comments update comment
1 parent 9387d6e commit 80176e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/io/test_pyarrow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,6 +2790,7 @@ def test_parse_location_defaults() -> None:
27902790

27912791
from pyiceberg.io.pyarrow import PyArrowFileIO
27922792

2793+
# if no default scheme or netloc is provided, use file scheme and empty netloc
27932794
scheme, netloc, path = PyArrowFileIO.parse_location("/foo/bar")
27942795
assert scheme == "file"
27952796
assert netloc == ""

0 commit comments

Comments
 (0)