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


##########
fe/fe-common/src/main/java/org/apache/doris/common/FeMetaVersion.java:
##########
@@ -83,8 +83,11 @@ public final class FeMetaVersion {
     // for java-udtf add a bool field to write
     public static final int VERSION_131 = 131;
 
+    // support db comment
+    public static final int VERSION_132 = 132;

Review Comment:
   rebase to newest master, current master's VERSION is 132, so u should use 133



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