Skip to content

Commit 80b5e58

Browse files
committed
Disable Hive for now
1 parent 1653c7c commit 80b5e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_reads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@ def test_scan_with_datetime(catalog: Catalog) -> None:
10281028

10291029

10301030
@pytest.mark.integration
1031+
# TODO: For Hive we require writing V3
10311032
# @pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
10321033
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog")])
10331034
def test_initial_default(catalog: Catalog, spark: SparkSession) -> None:

0 commit comments

Comments
 (0)