We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8b80b commit 4a8e830Copy full SHA for 4a8e830
1 file changed
tests/integration/test_catalog.py
@@ -717,6 +717,8 @@ def test_incompatible_sorted_schema_evolution(
717
)
718
719
720
+@pytest.mark.integration
721
+@pytest.mark.parametrize("test_catalog", CATALOGS)
722
def test_namespace_with_dot(test_catalog: Catalog) -> None:
723
if isinstance(test_catalog, (HiveCatalog, SqlCatalog)):
724
pytest.skip(f"{type(test_catalog).__name__} does not support dot in namespace")
0 commit comments