yiguolei commented on code in PR #41038: URL: https://github.com/apache/doris/pull/41038#discussion_r1768111972
########## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ########## @@ -1285,13 +1285,13 @@ public Status shouldCancel(List<Backend> currentBackends) { // if any, as well as all plan fragments on remote nodes. public void cancel() { cancel(new Status(TStatusCode.CANCELLED, "query is cancelled by user")); Review Comment: remove this method. It is duplicated and ambitious -- 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