MehulBatra commented on code in PR #678: URL: https://github.com/apache/iceberg-python/pull/678#discussion_r1587445403
########## pyiceberg/catalog/__init__.py: ########## @@ -661,6 +661,14 @@ def create_table_transaction( ) def table_exists(self, identifier: Union[str, Identifier]) -> bool: + """Check if a table exists. + + Args: + identifier (str | Identifier): Table identifier. + + Returns: + bool: True if the table exists, False otherwise. + """ Review Comment: oh is that, I was unsure about that, if so then we can definitely go ahead and remove! -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org