We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1653c7c commit 80b5e58Copy full SHA for 80b5e58
tests/integration/test_reads.py
@@ -1028,6 +1028,7 @@ def test_scan_with_datetime(catalog: Catalog) -> None:
1028
1029
1030
@pytest.mark.integration
1031
+# TODO: For Hive we require writing V3
1032
# @pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
1033
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog")])
1034
def test_initial_default(catalog: Catalog, spark: SparkSession) -> None:
0 commit comments