Skip to content

Commit 60cfa0e

Browse files
committed
Fix test
1 parent 6b7489a commit 60cfa0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/test_reads.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ def test_iceberg_property_deletion_not_restored_from_old_hms_state(session_catal
180180
When a property is removed through Iceberg, it should be deleted from HMS and not
181181
come back from the old HMS state during merge operations.
182182
"""
183-
table = create_table(catalog)
184-
hive_client: _HiveClient = _HiveClient(catalog.properties["uri"])
183+
table = create_table(session_catalog_hive)
184+
hive_client: _HiveClient = _HiveClient(session_catalog_hive.properties["uri"])
185185

186186
# Set multiple Iceberg properties
187187
table.transaction().set_properties({"prop_to_keep": "keep_value", "prop_to_delete": "delete_me"}).commit_transaction()

0 commit comments

Comments
 (0)