cosmastech commented on issue #184: URL: https://github.com/apache/iceberg-python/issues/184#issuecomment-1841735588
Hi @Fokko I was interested in contributing to this, but I'm a little bit confused. I see that `Catalog` class has this included in the docstring for `load_table()` ```py You can also use this method to check for table existence using 'try catalog.table() except NoSuchTableError'. ``` However, the `Catalog.table()` method does not exist. I tried calling `Catalog.load_table()` but I don't think that's exactly getting us what we want (it's not checking if the table If I were to take this on, I would have to create an abstract method to check if a table exists and then implement it for each class that extends Catalog, right? -- 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