Re: [PR] Add `table_exists` method to Catalog [iceberg-python]

2024-03-14 Thread via GitHub
Fokko merged PR #512: URL: https://github.com/apache/iceberg-python/pull/512 -- 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.

Re: [PR] Add `table_exists` method to Catalog [iceberg-python]

2024-03-13 Thread via GitHub
anupam-saini commented on PR #512: URL: https://github.com/apache/iceberg-python/pull/512#issuecomment-1994228272 > This looks good @anupam-saini, thanks for working on this. One more request, could you also update the docs? Otherwise people won't be able to find this :) Good point :

Re: [PR] Add `table_exists` method to Catalog [iceberg-python]

2024-03-12 Thread via GitHub
Fokko commented on PR #512: URL: https://github.com/apache/iceberg-python/pull/512#issuecomment-1992363493 This looks good @anupam-saini, thanks for working on this. One more request, could you also update the docs? Otherwise people won't be able to find this :) -- This is an automated me

Re: [PR] Add `table_exists` method to Catalog [iceberg-python]

2024-03-12 Thread via GitHub
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_m

Re: [PR] Add `table_exists` method to Catalog [iceberg-python]

2024-03-11 Thread via GitHub
syun64 commented on code in PR #512: URL: https://github.com/apache/iceberg-python/pull/512#discussion_r1519661896 ## pyiceberg/catalog/__init__.py: ## @@ -646,6 +646,13 @@ def purge_table(self, identifier: Union[str, Identifier]) -> None: delete_files(io, prev_metadat