vaultah commented on PR #13720: URL: https://github.com/apache/iceberg/pull/13720#issuecomment-3164284391
Also it seems problematic that IO exceptions are skipped [here](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/RewriteTablePathUtil.java#L284-L286). If it's to handle expired snapshots with missing manifest lists, that method is only supposed to be called with live snapshots, and also `ManifestList.read` appears to throw `NotFoundException` for missing files so it's not caught anyway -- 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]
