rdblue commented on code in PR #5421:
URL: https://github.com/apache/iceberg/pull/5421#discussion_r936078395


##########
python/pyiceberg/catalog/base.py:
##########
@@ -187,20 +187,23 @@ def list_namespaces(self) -> list[Identifier]:
 
         Returns:
             List[Identifier]: a List of namespace identifiers
+
+        Raises:
+            NoSuchNamespaceError: If a namespace with the given name does not 
exist

Review Comment:
   This technically doesn't accept a namespace to list yet, but it should be 
fine. :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to