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


##########
be/src/clucene:
##########


Review Comment:
   should not modify this file



##########
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:
   reabase to newest master, version_current is version_133, u need to use 
version_134



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