cambyzju commented on code in PR #16878:
URL: https://github.com/apache/doris/pull/16878#discussion_r1116436213


##########
fe/fe-common/src/main/java/org/apache/doris/common/FeMetaVersion.java:
##########
@@ -52,8 +52,11 @@ public final class FeMetaVersion {
     public static final int VERSION_115 = 115;
     // change Auto to rbac
     public static final int VERSION_116 = 116;
+    // add user and comment to load job
+    public static final int VERSION_117 = 117;
     // note: when increment meta version, should assign the latest version to 
VERSION_CURRENT
-    public static final int VERSION_CURRENT = VERSION_116;
+

Review Comment:
   ```suggestion
   ```



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