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/07/06 14:23:44 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #4898: [INLONG-4897][Manager] Change length of field name

healchow commented on code in PR #4898:
URL: https://github.com/apache/inlong/pull/4898#discussion_r914903825


##########
inlong-manager/manager-web/sql/apache_inlong_manager.sql:
##########
@@ -288,7 +288,7 @@ CREATE TABLE IF NOT EXISTS `inlong_stream_field`
     `inlong_group_id`     varchar(256) NOT NULL COMMENT 'Owning inlong group id',
     `inlong_stream_id`    varchar(256) NOT NULL COMMENT 'Owning inlong stream id',
     `is_predefined_field` tinyint(1)   DEFAULT '0' COMMENT 'Whether it is a predefined field, 0: no, 1: yes',
-    `field_name`          varchar(20)  NOT NULL COMMENT 'field name',
+    `field_name`          varchar(120)  NOT NULL COMMENT 'field name',

Review Comment:
   Please change the same SQL file under the manager-test, thx.



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