JingsongLi commented on PR #8450: URL: https://github.com/apache/paimon/pull/8450#issuecomment-4876741708
Updated according to the review discussion: rollback protection tag creation is now outside the commit layers. `RollbackToAsLatestProcedure` reuses an existing non-expiring tag for the target snapshot or creates a UUID-suffixed non-expiring `rollback-to-as-latest-<snapshotId>-<uuid>` tag, then passes the resolved `Tag` into `TableCommitImpl.rollbackToAsLatest(Tag)`. `TableCommitImpl` and `FileStoreCommitImpl` no longer depend on `TagManager` for this path. -- 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]
