We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291311f commit 6b7489aCopy full SHA for 6b7489a
tests/integration/test_reads.py
@@ -174,8 +174,7 @@ def test_hive_preserves_hms_specific_properties(catalog: Catalog) -> None:
174
175
176
@pytest.mark.integration
177
-@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive")])
178
-def test_iceberg_property_deletion_not_restored_from_old_hms_state(catalog: Catalog) -> None:
+def test_iceberg_property_deletion_not_restored_from_old_hms_state(session_catalog_hive: Catalog) -> None:
179
"""Test that deleted Iceberg properties are truly removed and not restored from old HMS state.
180
181
When a property is removed through Iceberg, it should be deleted from HMS and not
0 commit comments