BsoBird commented on code in PR #3805: URL: https://github.com/apache/paimon/pull/3805#discussion_r1689057953
########## paimon-core/src/main/java/org/apache/paimon/utils/BranchManager.java: ########## @@ -284,7 +284,7 @@ public void fastForward(String branchName) { .collect(Collectors.toList()); // Delete latest snapshot hint - snapshotManager.deleteLatestHint(); + snapshotManager.removeSnapshotLatestHint(); Review Comment: The previous method wasn't clear enough, so I've replaced it with -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org