TaoZex commented on code in PR #2748: URL: https://github.com/apache/incubator-paimon/pull/2748#discussion_r1466294356
########## paimon-core/src/main/java/org/apache/paimon/utils/BranchManager.java: ########## @@ -36,6 +36,7 @@ public class BranchManager { private static final Logger LOG = LoggerFactory.getLogger(BranchManager.class); public static final String BRANCH_PREFIX = "branch-"; + public static final String MAIN_BRANCH = "main"; Review Comment: Thanks for your review. I have modified the code according to your suggestion, please review it again. -- 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