gavinchou commented on code in PR #31749:
URL: https://github.com/apache/doris/pull/31749#discussion_r1519227960
##########
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:
@w41ter pls take a look at this change
--
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]