rubenvdg commented on code in PR #6644:
URL: https://github.com/apache/iceberg/pull/6644#discussion_r1083761641
##########
python/pyiceberg/exceptions.py:
##########
@@ -90,3 +90,7 @@ class SignError(Exception):
class ResolveError(Exception):
pass
+
+
+class StaticTableImmutableError(Exception):
Review Comment:
My reasoning was that for a `StaticTable` refreshing metadata doesn't make
sense, hence it's never going to be implemented, hence `NotImplementedError`
doesn't make sense.
I might have misunderstood the whole purpose of `refresh()`.
--
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]