rdblue opened a new pull request #3259: URL: https://github.com/apache/iceberg/pull/3259
There are many places that traverse snapshot history by looping over ancestors. Instead of rebuilding this logic everywhere, `SnapshotUtil` should provide an iterable to traverse ancestors. This adds that iterable and uses it to simplify code in other places that don't need to use the `parentId` logic. -- 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]
