Skip to content

Commit 5b3b631

Browse files
committed
not needed
1 parent acfafb5 commit 5b3b631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_deletes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run_spark_commands(spark: SparkSession, sqls: list[str]) -> None:
4343
def test_table(session_catalog: RestCatalog) -> Generator[Table, None, None]:
4444
identifier = "default.__test_table"
4545
arrow_table = pa.Table.from_arrays([pa.array([1, 2, 3, 4, 5]), pa.array(["a", "b", "c", "d", "e"])], names=["idx", "value"])
46-
test_table = session_catalog.create_table_if_not_exists(
46+
test_table = session_catalog.create_table(
4747
identifier,
4848
schema=Schema(
4949
NestedField(1, "idx", LongType()),

0 commit comments

Comments
 (0)