We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6420027 commit dfbde71Copy full SHA for dfbde71
tests/table/test_maintenance.py
@@ -73,7 +73,7 @@ def test_maintenance_compact(catalog: Catalog) -> None:
73
table.refresh()
74
after_files = list(table.scan().plan_files())
75
assert len(after_files) == 3 # Should be 1 optimized data file per partition
76
-
+
77
arrow_table_after = table.scan().to_arrow()
78
assert arrow_table_after.num_rows == 120
79
assert arrow_table_before.column_names == arrow_table_after.column_names
0 commit comments