luchunliang commented on a change in pull request #2299:
URL: https://github.com/apache/incubator-inlong/pull/2299#discussion_r790751251



##########
File path: inlong-manager/manager-web/sql/apache_inlong_manager.sql
##########
@@ -1146,4 +1146,21 @@ CREATE TABLE `sort_cluster_config`
 ) ENGINE = InnoDB
   DEFAULT CHARSET = utf8mb4 COMMENT ='Sort cluster config table';
 
+-- ----------------------------
+-- Table structure for id_params
+-- ----------------------------
+DROP TABLE IF EXISTS `sort_id_params`;
+CREATE TABLE `sort_id_params`

Review comment:
       The table name is not correct.
   The table is the relation between sort task and inlong datastream, not about 
ID parameters of sort task.




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