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: [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]