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: [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]