yiguolei commented on code in PR #33810: URL: https://github.com/apache/doris/pull/33810#discussion_r1574068431
########## fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java: ########## @@ -233,9 +233,13 @@ public TReportExecStatusResult reportExecStatus(TReportExecStatusParams params, if (params.isSetQueryProfile()) { if (params.isSetBackendId()) { Backend backend = Env.getCurrentSystemInfo().getBackend(params.getBackendId()); + boolean isDone = params.isSetDone() ? params.isDone() : false; Review Comment: 这里是不是如果不设置,直接抛异常? 否则默认设置为true或者false,感觉逻辑上总是会有问题的。 -- 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