rdblue commented on code in PR #5287:
URL: https://github.com/apache/iceberg/pull/5287#discussion_r933876513


##########
python/pyiceberg/exceptions.py:
##########
@@ -16,12 +16,8 @@
 #  under the License.
 
 
-class NoSuchTableError(Exception):

Review Comment:
   I don't think that we want to change these errors, since they are 
independent of the REST catalog. I'd leave the existing ones unchanged and just 
make the REST-specific errors extend `RESTError`



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

Reply via email to