morrySnow commented on code in PR #17089: URL: https://github.com/apache/doris/pull/17089#discussion_r1133416008
########## fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java: ########## @@ -605,6 +628,7 @@ public void readFields(DataInput in) throws IOException { clusterName = Text.readString(in); dbState = DbState.valueOf(Text.readString(in)); attachDbName = Text.readString(in); + dbComment = Text.readString(in); Review Comment: u should add a new mete version, other wise, use new version FE read old meta data will fail -- 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