nhuantho commented on code in PR #3717:
URL: https://github.com/apache/iceberg-python/pull/3717#discussion_r3664603322
##########
pyiceberg/catalog/hive.py:
##########
@@ -480,7 +481,28 @@ def register_table(self, identifier: str | Identifier,
metadata_location: str, o
@override
def list_views(self, namespace: str | Identifier) -> list[Identifier]:
- raise NotImplementedError
+ """List Iceberg views under the given namespace in the catalog.
+
+ When the database doesn't exist, it will just return an empty list.
Review Comment:
It makes sense; I will fix it.
--
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]