amogh-jahagirdar commented on issue #10425: URL: https://github.com/apache/iceberg/issues/10425#issuecomment-2145346311
@pudidic If you want to read the entries wouldn't using the ManifestFiles.read() API be sufficient? Then you could iterate over the data files via the `iterator` API, and when copying preserve all the details you mentioned (like sequence number) by using the data files `copy` API. Let me know if I'm missing something but at least for the case you're describing, that should be able to be done without modifying the public APIs. -- 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