ColinLeeo commented on code in PR #13158:
URL: https://github.com/apache/iotdb/pull/13158#discussion_r1916976322


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlan.java:
##########
@@ -317,7 +318,28 @@ public static ConfigPhysicalPlan create(ByteBuffer buffer) 
throws IOException {
         case RevokeRoleFromUser:
         case UpdateUser:
         case CreateUserWithRawPassword:
-          plan = new AuthorPlan(configPhysicalPlanType);
+          plan = new AuthorTreePlan(configPhysicalPlanType);
+          break;
+        case RCreateRole:

Review Comment:
   fixed



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

Reply via email to