Fokko commented on code in PR #5690:
URL: https://github.com/apache/iceberg/pull/5690#discussion_r970943203


##########
python/pyiceberg/table/snapshots.py:
##########
@@ -103,6 +110,12 @@ def __str__(self) -> str:
         result_str = f"{operation}id={self.snapshot_id}{parent_id}{schema_id}"
         return result_str
 
+    def fetch_manifest_list(self, io: FileIO) -> List[ManifestFile]:

Review Comment:
   Good point @dhruv-pratap! Just added it 👍🏻 



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