Fokko commented on code in PR #5287: URL: https://github.com/apache/iceberg/pull/5287#discussion_r934032326
########## python/pyiceberg/exceptions.py: ########## @@ -16,12 +16,8 @@ # under the License. -class NoSuchTableError(Exception): Review Comment: I had the same concern, also others could be applicable outside of the REST contest. I'll move `NoSuchNamespaceError` and `NoSuchTableError` back to inherit from `Exception`. -- 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