We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1653c7c commit 7cee104Copy full SHA for 7cee104
tests/integration/test_reads.py
@@ -1028,8 +1028,7 @@ def test_scan_with_datetime(catalog: Catalog) -> None:
1028
1029
1030
@pytest.mark.integration
1031
-# @pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
1032
-@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog")])
+@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
1033
def test_initial_default(catalog: Catalog, spark: SparkSession) -> None:
1034
identifier = "default.test_initial_default"
1035
try:
0 commit comments