JingsongLi commented on PR #8854: URL: https://github.com/apache/paimon/pull/8854#issuecomment-5104552451
After a branch is created from `tag1`, a branch-local `tag1` is saved; after the main branch renames `tag1` to `tag2`, `branchesCreatedFromTag(“tag2”)` cannot find the branch-local `tag2`, so `deleteTag(“tag2”)` can still be executed and delete the shared file, potentially making the branch unreadable again. Reference relationships cannot be determined based solely on tag names; at a minimum, renaming of referenced tags must be prevented, or associations must be persisted via snapshot or origin. -- 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]
