Skip to content

Commit 222f983

Browse files
committed
Change test to incorporate iceberg v1
1 parent 3fece3a commit 222f983

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/integration/test_add_files.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,7 @@ def test_add_files_hour_transform(session_catalog: Catalog) -> None:
929929

930930

931931
@pytest.mark.integration
932-
def test_add_files_to_branch(spark: SparkSession, session_catalog: Catalog) -> None:
933-
format_version = 2
932+
def test_add_files_to_branch(spark: SparkSession, session_catalog: Catalog, format_version: int) -> None:
934933
identifier = f"default.test_add_files_branch_v{format_version}"
935934
branch = "branch1"
936935

0 commit comments

Comments
 (0)