Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreesh Maheshwar committed Dec 23, 2024
1 parent d9e6c6a commit fcea1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_writes/test_writes.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def test_data_files(spark: SparkSession, session_catalog: Catalog, arrow_table_w
assert [row.existing_data_files_count for row in rows] == [0, 0, 0, 0, 0]
assert [row.deleted_data_files_count for row in rows] == [0, 1, 0, 0, 0]

tests/integration/test_writes/test_writes.py

@pytest.mark.integration
@pytest.mark.parametrize("format_version", [1, 2])
def test_object_storage_data_files(
Expand Down

0 comments on commit fcea1ec

Please sign in to comment.