Skip to content

Commit 6d36d7c

Browse files
committed
minor post rebase change
1 parent f2437c9 commit 6d36d7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyarrow/parquet/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,6 @@ def read_table(source, *, columns=None, use_threads=True,
19171917

19181918
source = filesystem.open_input_file(path) # type: ignore
19191919

1920-
# TODO test that source is not a directory or a list
19211920
dataset = ParquetFile(
19221921
source, read_dictionary=read_dictionary,
19231922
binary_type=binary_type,

0 commit comments

Comments
 (0)