w41ter commented on code in PR #31749:
URL: https://github.com/apache/doris/pull/31749#discussion_r1519244477
##########
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java:
##########
@@ -1876,6 +1937,9 @@ protected void readFields(DataInput in) throws
IOException {
}
}
if (Env.getCurrentEnvJournalVersion() >= FeMetaVersion.VERSION_117) {
+ if (Config.isCloudMode()) {
+ cloudClusterId = Text.readString(in);
Review Comment:
It seems that this field was added after `VERSION_123` in selectdb. Please
add another condition to check whether to read this field.
--
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]