Skip to content

Commit cbff690

Browse files
author
Tom McCormick
committed
pr comments update comment
1 parent eabbebb commit cbff690

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
@@ -2645,6 +2645,7 @@ def test_parse_location_defaults() -> None:
26452645

26462646
from pyiceberg.io.pyarrow import PyArrowFileIO
26472647

2648+
# if no default scheme or netloc is provided, use file scheme and empty netloc
26482649
scheme, netloc, path = PyArrowFileIO.parse_location("/foo/bar")
26492650
assert scheme == "file"
26502651
assert netloc == ""

0 commit comments

Comments
 (0)