qidaye commented on a change in pull request #7391: URL: https://github.com/apache/incubator-doris/pull/7391#discussion_r790684350
########## File path: fe/fe-core/src/main/java/org/apache/doris/common/FeMetaVersion.java ########## @@ -222,6 +222,8 @@ public static final int VERSION_104 = 104; // change replica to replica allocation public static final int VERSION_105 = 105; + // add iceberg database + public static final int VERSION_106 = 106; // note: when increment meta version, should assign the latest version to VERSION_CURRENT - public static final int VERSION_CURRENT = VERSION_105; + public static final int VERSION_CURRENT = VERSION_106; Review comment: Done -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org