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/03/03 12:11:20 UTC

[GitHub] [incubator-inlong] healchow commented on a change in pull request #2875: [INLONG-2869][Manager] Support config sync send data for agent and sort

healchow commented on a change in pull request #2875:
URL: https://github.com/apache/incubator-inlong/pull/2875#discussion_r818594100



##########
File path: inlong-manager/manager-web/sql/apache_inlong_manager.sql
##########
@@ -373,6 +373,7 @@ CREATE TABLE `inlong_stream`
     `data_separator`         varchar(8)        DEFAULT NULL COMMENT 'The source data field separator, stored as ASCII code',
     `data_escape_char`       varchar(8)        DEFAULT NULL COMMENT 'Source data field escape character, the default is NULL (NULL), stored as 1 character',
     `have_predefined_fields` tinyint(1)        DEFAULT '0' COMMENT '(File, DB access) whether there are predefined fields, 0: none, 1: yes (save to inlong_stream_field)',
+    `sync_send`              tinyint(1)        DEFAULT '0' COMMENT 'order_preserving 0: none, 1: yes',

Review comment:
       Please add this field in another SQL file in the manager-test module.




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