kipshi commented on code in PR #4898:
URL: https://github.com/apache/inlong/pull/4898#discussion_r915388408
##########
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:
done
--
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]