Skip to content

Commit 7cee104

Browse files
authored
Include hive tests as well
1 parent 1653c7c commit 7cee104

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
@@ -1028,8 +1028,7 @@ def test_scan_with_datetime(catalog: Catalog) -> None:
10281028

10291029

10301030
@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")])
1031+
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
10331032
def test_initial_default(catalog: Catalog, spark: SparkSession) -> None:
10341033
identifier = "default.test_initial_default"
10351034
try:

0 commit comments

Comments
 (0)