Alima777 commented on a change in pull request #2352:
URL: https://github.com/apache/iotdb/pull/2352#discussion_r555030465



##########
File path: 
server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java
##########
@@ -291,6 +296,13 @@ public boolean processNonQuery(PhysicalPlan plan)
         throw new QueryProcessException("Create index hasn't been supported 
yet");
       case DROP_INDEX:
         throw new QueryProcessException("Drop index hasn't been supported 
yet");
+      case KILL:
+        try {
+          operateKillQuery((KillQueryPlan) plan);
+        } catch (QueryIdNotExsitException e) {

Review comment:
       It's ok now I think.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to