mark-major commented on code in PR #1145:
URL: https://github.com/apache/iceberg-python/pull/1145#discussion_r1806419626
##########
pyiceberg/catalog/dynamodb.py:
##########
@@ -393,7 +393,7 @@ def drop_namespace(self, namespace: Union[str, Identifier])
-> None:
raise NoSuchNamespaceError(f"Database does not exist:
{database_name}") from e
def list_tables(self, namespace: Union[str, Identifier]) ->
List[Identifier]:
- """List tables under the given namespace in the catalog (including
non-Iceberg tables).
+ """List Iceberg tables under the given namespace in the catalog.
Review Comment:
It was quite a long time since I have worked on this, but if I recall
correctly then yes, DynamoDB returned only Iceberg tables.
--
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]