Kikyou1997 commented on code in PR #14676: URL: https://github.com/apache/doris/pull/14676#discussion_r1036677150
########## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ########## @@ -997,8 +1000,11 @@ public TTableDescriptor toThrift() { } @Override - public AnalysisJob createAnalysisJob(AnalysisJobScheduler scheduler, AnalysisJobInfo info) { - return new AnalysisJob(scheduler, info); + public BaseAnalysisTask createAnalysisTask(AnalysisTaskScheduler scheduler, AnalysisTaskInfo info) { Review Comment: one analyzestmt map to one job map to multiple task -- 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