RussellSpitzer commented on PR #8001: URL: https://github.com/apache/iceberg/pull/8001#issuecomment-1681508314
> > Could you explain a bit more about why need to enable inherit snapshot id? Does that's meaning we don't need to rewrite the Manifest when retrying? Yep, if you inherit snapshot id then you don't need to rewrite manifests. You only need to rewrite metadata.json. Without inheriting snapshot ID every manifest must be rewritten as well as metadata.json since the snapshotId being assigned needs to be added to every manifest row. -- 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]
