cambyzju commented on code in PR #49989: URL: https://github.com/apache/doris/pull/49989#discussion_r2039163570
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1765,6 +1765,12 @@ public class Config extends ConfigBase { @ConfField(mutable = true, masterOnly = true) public static int table_name_length_limit = 64; + @ConfField(mutable = true, description = { + "用于限制列注释长度;如果存量的列注释超长,则显示时进行截断", + "Used to limit the length of column comment; " + + "If the existing column comment is too long, it will be truncated when displayed."}) + public static int column_comment_length_limit = 1024; Review Comment: good idea, I change it later -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org