We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc68c7 commit 0d5d47eCopy full SHA for 0d5d47e
fsspec/tests/test_parquet.py
@@ -86,7 +86,7 @@ def test_open_parquet_file(
86
with open(path, "wb") as f:
87
f.write(b"0" * file_size)
88
89
- if footer_sample_size == 8:
+ if footer_sample_size == 8 and columns is not None:
90
# We know 8 bytes is too small to include
91
# the footer metadata, so there should NOT
92
# be a key for the last 8 bytes of the file
0 commit comments