xiabaike commented on code in PR #34625:
URL: https://github.com/apache/doris/pull/34625#discussion_r1641885975


##########
fe/fe-common/src/main/java/org/apache/doris/common/FeMetaVersion.java:
##########
@@ -87,8 +87,11 @@ public final class FeMetaVersion {
     // For transaction insert
     public static final int VERSION_132 = 132;
 
+    // support db comment
+    public static final int VERSION_133 = 133;
+
     // note: when increment meta version, should assign the latest version to 
VERSION_CURRENT
-    public static final int VERSION_CURRENT = VERSION_132;
+    public static final int VERSION_CURRENT = VERSION_133;

Review Comment:
   Yes, I've modified it. Thanks.



-- 
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]

Reply via email to