dataroaring commented on code in PR #36253:
URL: https://github.com/apache/doris/pull/36253#discussion_r1637916589
##########
fe/fe-common/src/main/java/org/apache/doris/common/FeMetaVersion.java:
##########
@@ -86,9 +86,11 @@ public final class FeMetaVersion {
public static final int VERSION_132 = 132;
// for expr serde
public static final int VERSION_133 = 133;
+ // add config for consumer number of routine load task
+ public static final int VERSION_134 = 134;
// note: when increment meta version, should assign the latest version to
VERSION_CURRENT
- public static final int VERSION_CURRENT = VERSION_133;
Review Comment:
Why do you change it?
--
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]