Fokko commented on code in PR #471: URL: https://github.com/apache/iceberg-python/pull/471#discussion_r1503920338
########## pyiceberg/table/__init__.py: ########## @@ -1512,8 +1432,33 @@ class Move: other_field_id: Optional[int] = None -class UpdateSchema: - _table: Optional[Table] +U = TypeVar('U') + + +class TableMetadataUpdate(ABC, Generic[U]): Review Comment: Good one, I like that more as well 👍 -- 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