healchow commented on code in PR #5434:
URL: https://github.com/apache/inlong/pull/5434#discussion_r941925372
##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongClusterEntityMapper.xml:
##########
@@ -128,6 +128,12 @@
<if test="clusterTag != null and clusterTag != ''">
and find_in_set(#{clusterTag, jdbcType=VARCHAR}, cluster_tags)
</if>
+ <if test="clusterTagList != null and clusterTagList.size()>0">
Review Comment:
Please add blank between `>`.
##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongClusterEntityMapper.xml:
##########
@@ -128,6 +128,12 @@
<if test="clusterTag != null and clusterTag != ''">
and find_in_set(#{clusterTag, jdbcType=VARCHAR}, cluster_tags)
</if>
+ <if test="clusterTagList != null and clusterTagList.size()>0">
Review Comment:
Please add one blank between `>`.
--
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]