anupam-saini commented on code in PR #512:
URL: https://github.com/apache/iceberg-python/pull/512#discussion_r1521352741
##########
pyiceberg/catalog/__init__.py:
##########
@@ -646,6 +646,13 @@ def purge_table(self, identifier: Union[str, Identifier])
-> None:
delete_files(io, prev_metadata_files, PREVIOUS_METADATA)
delete_files(io, {table.metadata_location}, METADATA)
+ def table_exists(self, identifier: Union[str, Identifier]) -> bool:
Review Comment:
Thanks for pointing out @syun64. Added in the latest revision
--
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]