fuweng11 commented on code in PR #9001:
URL: https://github.com/apache/inlong/pull/9001#discussion_r1336837354


##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongClusterEntityMapper.xml:
##########
@@ -189,6 +189,16 @@
         from inlong_cluster
         where is_deleted = 0
     </select>
+    <select id="selectStandaloneClusterByType" 
resultType="org.apache.inlong.manager.dao.entity.InlongClusterEntity">
+        select
+        <include refid="Base_Column_List"/>
+        from inlong_cluster
+        <where>
+            type = 'SortStandalone'

Review Comment:
   SORTSTANDALONE



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