vernedeng commented on code in PR #6230: URL: https://github.com/apache/inlong/pull/6230#discussion_r1001326498
########## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/InlongClusterEntityMapper.java: ########## @@ -57,4 +57,6 @@ List<InlongClusterEntity> selectByKey(@Param("clusterTag") String clusterTag, @P int deleteByPrimaryKey(Integer id); + List<InlongClusterEntity> selectByClusterTag(String clusterTag); Review Comment: fixed, thx -- 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