Skip to content

Commit 6b7489a

Browse files
bharosFokko
andauthored
Apply suggestions from code review
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent 291311f commit 6b7489a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_reads.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ def test_hive_preserves_hms_specific_properties(catalog: Catalog) -> None:
174174

175175

176176
@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:
177+
def test_iceberg_property_deletion_not_restored_from_old_hms_state(session_catalog_hive: Catalog) -> None:
179178
"""Test that deleted Iceberg properties are truly removed and not restored from old HMS state.
180179
181180
When a property is removed through Iceberg, it should be deleted from HMS and not

0 commit comments

Comments
 (0)