morningman commented on code in PR #25119:
URL: https://github.com/apache/doris/pull/25119#discussion_r1349646069
##########
fe/fe-common/src/main/java/org/apache/doris/common/FeMetaVersion.java:
##########
@@ -67,8 +67,10 @@ public final class FeMetaVersion {
// For AnalysisInfo
public static final int VERSION_123 = 123;
+ public static final int VERSION_124 = 124;
+
// note: when increment meta version, should assign the latest version to
VERSION_CURRENT
- public static final int VERSION_CURRENT = VERSION_123;
+ public static final int VERSION_CURRENT = VERSION_124;
Review Comment:
Can not pick to branch 2.0 if meta version is changed
--
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]