thesumery commented on code in PR #6902:
URL: https://github.com/apache/inlong/pull/6902#discussion_r1057401046


##########
inlong-manager/manager-test/src/main/resources/h2/apache_inlong_manager.sql:
##########
@@ -329,6 +330,7 @@ CREATE TABLE IF NOT EXISTS `stream_source`
     `uuid`                varchar(30)           DEFAULT NULL COMMENT 'Mac uuid 
of the agent running the task',
     `data_node_name`      varchar(128)          DEFAULT NULL COMMENT 'Node 
name, which links to data_node table',
     `inlong_cluster_name` varchar(128)          DEFAULT NULL COMMENT 'Cluster 
name of the agent running the task',
+    `inlong_cluster_node_tag` varchar(128)      DEFAULT NULL COMMENT 'Cluster 
node tag',
     `serialization_type`  varchar(20)           DEFAULT NULL COMMENT 
'Serialization type, support: csv, json, canal, avro, etc',

Review Comment:
   this node tag is only to filter task to delivery to which agent 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-unsubscr...@inlong.apache.org

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

Reply via email to