yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974726753
########## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java: ########## @@ -993,6 +995,24 @@ public TPipelineFragmentParams plan(StreamLoadPlanner planner, TUniqueId loadId, } else { ConnectContext.get().setCloudCluster(clusterName); } + } else { + if (ConnectContext.get() == null) { + ConnectContext ctx = new ConnectContext(); Review Comment: 这也没必要set,1003 行直接读取ctx 对象就可以 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org