Skip to content

Commit 61b1b6d

Browse files
authored
Update tests/integration/test_partition_evolution.py
1 parent e63bedf commit 61b1b6d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/integration/test_partition_evolution.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ def _create_table_with_schema(
7272
except NoSuchTableError:
7373
pass
7474

75-
if partition_spec:
76-
return catalog.create_table(
77-
identifier=tbl_name, schema=schema, partition_spec=partition_spec, properties={"format-version": format_version}
78-
)
7975
return catalog.create_table(
8076
identifier=tbl_name, schema=schema, partition_spec=partition_spec, properties={"format-version": format_version}
8177
)

0 commit comments

Comments
 (0)