aokolnychyi commented on PR #8803: URL: https://github.com/apache/iceberg/pull/8803#issuecomment-1780243850
I took a quick look. My original guess was to do this in `ManifestReader` but it seems Peter is right: it should be sufficient to do this in `ManifestGroup` as we are using either `entries()` or `liveEntries()` and call `copy()` in `ManifestGroup`, rather than relying on `iterator()`. I'll check with fresh eyes tomorrow. -- 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