Skip to content

Commit 4ea7b77

Browse files
fix test
1 parent 4eb2ea7 commit 4ea7b77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/pyarrow/tests/test_parquet.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,9 +1542,8 @@ def test_filters_read_table(tempdir):
15421542

15431543
_generate_partition_directories(fs, base_path, partition_spec, df)
15441544

1545-
dataset = pq.read_table(
1545+
table = pq.read_table(
15461546
base_path, filesystem=fs, filters=[('integers', '<', 3)])
1547-
table = dataset.read()
15481547
assert table.num_rows == 3
15491548

15501549

0 commit comments

Comments
 (0)