fuweng11 commented on PR #12105:
URL: https://github.com/apache/inlong/pull/12105#issuecomment-4096758705
> ```java
> lowedDeleteSubInf
> ```
Suggested modifications are as follows:
`case DELETE:
// delete process completed, then delete the group info
groupService.updateStatus(groupId,
GroupStatus.CONFIG_DELETED.getCode(), operator);
groupService.delete(groupId, operator);
break;`
--
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]