soumya-ghosh commented on code in PR #1241: URL: https://github.com/apache/iceberg-python/pull/1241#discussion_r1819013784
########## pyiceberg/table/inspect.py: ########## @@ -32,6 +33,41 @@ from pyiceberg.table import Table +def get_manifests_schema() -> "pa.Schema": Review Comment: Added it back to `InspectTable` class. IDE was showing that it is a static method we are not using the object (self) in these methods. -- 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