You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/01 02:29:27 UTC

[GitHub] [inlong] luchunliang commented on a diff in pull request #6348: [INLONG-6347][Manager] Missing MQ type and NP in getSortSource

luchunliang commented on code in PR #6348:
URL: https://github.com/apache/inlong/pull/6348#discussion_r1010018327


##########
inlong-manager/manager-dao/src/main/resources/mappers/StreamSinkEntityMapper.xml:
##########
@@ -370,7 +370,7 @@
     </select>
     <select id="selectAllStreams" resultType="org.apache.inlong.manager.pojo.sort.standalone.SortSourceStreamSinkInfo">
         select inlong_cluster_name as sortClusterName,
-               sort_task_name,
+               data_node_name,

Review Comment:
   This SQL need sort_task_name and data_node_name.
   sort_task_name is a name of SortTask.
   A sortTask has many stream sink, every stream sink has a data node.



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org