Skip to content

Commit

Permalink
test: fix another python test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Apr 18, 2023
1 parent 564000c commit 8f28f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/parquet/test_data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_direct_read_dictionary_subfield(use_legacy_dataset):
pq.write_table(table, bio)
contents = bio.getvalue()
result = pq.read_table(pa.BufferReader(contents),
read_dictionary=['f0.list.item'],
read_dictionary=['f0.list.element'],
use_legacy_dataset=use_legacy_dataset)

arr = pa.array(data[0])
Expand Down

0 comments on commit 8f28f2a

Please sign in to comment.