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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]