healchow commented on code in PR #6168:
URL: https://github.com/apache/inlong/pull/6168#discussion_r999034835
##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml:
##########
@@ -211,9 +211,8 @@
<select id="selectDeletedGroupIds" resultType="java.lang.String">
select inlong_group_id
from inlong_group
- where modify_time <= #{lastModifyTime,jdbcType=TIMESTAMP}
- group by inlong_group_id
- having min(is_deleted) > 0
+ where is_deleted > 0
Review Comment:
Oh, I didn't think this case. I will add it back.
--
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]