We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0489659 commit 89d316aCopy full SHA for 89d316a
tests/integration/test_catalog.py
@@ -685,7 +685,8 @@ def test_namespace_with_dot(test_catalog: Catalog) -> None:
685
test_catalog.create_namespace(namespace)
686
assert _namespace_exists(test_catalog, namespace)
687
688
- # list_namespaces returns a list of tuples
+ # REST Catalog fixture treats this as a hierarchical namespace.
689
+ # Calling list namespaces will get `new`, not `new.db`.
690
if isinstance(test_catalog, RestCatalog):
691
namespaces = test_catalog.list_namespaces()
692
assert ("new",) in namespaces or ("new.db",) in namespaces
0 commit comments