We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e754d5 commit c22470cCopy full SHA for c22470c
tests/integration/test_reads.py
@@ -113,7 +113,6 @@ def test_table_properties(catalog: Catalog) -> None:
113
114
115
@pytest.mark.integration
116
-@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive")])
117
def test_hive_properties(catalog: Catalog) -> None:
118
table = create_table(catalog)
119
table.transaction().set_properties({"abc": "def", "p1": "123"}).commit_transaction()
0 commit comments