dockerzhang commented on code in PR #11758:
URL: https://github.com/apache/inlong/pull/11758#discussion_r1959533771


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java:
##########
@@ -648,9 +648,11 @@ public InlongGroupInfo doDeleteCheck(String groupId, 
String operator) {
                     String.format("current group status=%s was not allowed to 
delete", curState));
         }
 
-        // If the status not allowed deleting directly, you need to delete the 
related "inlong_stream" first,
+        // If the status not allowed deleting directly, and the group mode is 
STANDARD,

Review Comment:
   ```suggestion
           // If the status does not allow deleting directly, and the group 
mode is STANDARD,
   ```



-- 
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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to