Skip to content

Commit 1751f0c

Browse files
committed
Use session_catalog fixture in UUID write test
1 parent d6dd092 commit 1751f0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,8 +2541,7 @@ def test_write_uuid_in_pyiceberg_and_scan(session_catalog: Catalog, spark: Spark
25412541
"""
25422542
identifier = "default.test_write_uuid_in_pyiceberg_and_scan"
25432543

2544-
catalog = load_catalog("default", type="in-memory")
2545-
catalog.create_namespace("ns")
2544+
session_catalog.create_namespace("ns")
25462545

25472546
schema = Schema(NestedField(field_id=1, name="uuid_col", field_type=UUIDType(), required=False))
25482547

0 commit comments

Comments
 (0)