You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/write/cq/ActiveCQPlan.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -35,39 +35,39 @@ public class ActiveCQPlan extends ConfigPhysicalPlan {
Copy file name to clipboardExpand all lines: iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/write/cq/DropCQPlan.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public class DropCQPlan extends ConfigPhysicalPlan {
37
37
privateStringcqId;
38
38
39
39
// may be null in user call of drop CQ
40
-
privateStringcqToken;
40
+
privateStringmd5;
41
41
42
42
publicDropCQPlan() {
43
43
super(DROP_CQ);
@@ -49,33 +49,33 @@ public DropCQPlan(String cqId) {
Copy file name to clipboardExpand all lines: iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/write/cq/UpdateCQLastExecTimePlan.java
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -37,19 +37,20 @@ public class UpdateCQLastExecTimePlan extends ConfigPhysicalPlan {
0 commit comments