healchow commented on code in PR #4917:
URL: https://github.com/apache/inlong/pull/4917#discussion_r917203762


##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongClusterEntityMapper.xml:
##########
@@ -198,4 +198,19 @@
         from inlong_cluster
         where id = #{id,jdbcType=INTEGER}
     </delete>
+
+    <select id="selectAllClusters"
+            
resultType="org.apache.inlong.manager.common.pojo.sortstandalone.SortSourceClusterInfo">
+        select name,
+               type,
+               cluster_tags as cluster_tag,

Review Comment:
   The `cluster_tags` may have more than one tag, they are separated by the 
commas(,), do you need to get one of them?



-- 
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]

Reply via email to