healchow commented on code in PR #6524: URL: https://github.com/apache/inlong/pull/6524#discussion_r1022230212
########## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/SimpleGroupStatus.java: ########## @@ -36,7 +36,6 @@ public enum SimpleGroupStatus { public static SimpleGroupStatus parseStatusByCode(int code) { GroupStatus groupStatus = GroupStatus.forCode(code); switch (groupStatus) { - case DRAFT: Review Comment: Because this status is not used anywhere. -- 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