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