SteveYurongSu commented on code in PR #9245:
URL: https://github.com/apache/iotdb/pull/9245#discussion_r1130360953


##########
server/src/main/java/org/apache/iotdb/db/auth/AuthorityChecker.java:
##########
@@ -243,6 +243,14 @@ private static int translateToPermissionId(StatementType 
type) {
         return PrivilegeType.DROP_PIPEPLUGIN.ordinal();
       case SHOW_PIPEPLUGINS:
         return PrivilegeType.SHOW_PIPEPLUGINS.ordinal();
+      case CREATE_PIPE:
+        return PrivilegeType.CREATE_PIPE.ordinal();
+      case START_PIPE:
+        return PrivilegeType.START_PIPE.ordinal();
+      case STOP_PIPE:
+        return PrivilegeType.STOP_PIPE.ordinal();
+      case SHOW_PIPES:

Review Comment:
   Where is the DROP_PIPE statement?



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