Skip to content

Commit 5f06acd

Browse files
committed
Add check_round_trip to test
1 parent 17b4d17 commit 5f06acd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_parquet.py

+1
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ def test_list_column_results_in_compliant_parquet(self, pa):
941941
result = pyarrow.parquet.read_table(path)
942942

943943
assert str(result.schema.field_by_name("a").type) == "list<element: int64>"
944+
check_round_trip(df, pa)
944945

945946

946947
class TestParquetFastParquet(Base):

0 commit comments

Comments
 (0)