xiaokang commented on code in PR #23298: URL: https://github.com/apache/doris/pull/23298#discussion_r1301054806
########## fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java: ########## @@ -62,7 +62,6 @@ public class TableProperty implements Writable { private String storagePolicy = ""; private Boolean isBeingSynced = null; private BinlogConfig binlogConfig; - private boolean isDynamicSchema = false; Review Comment: Can it work on upgrade from 2.0.0 if isDynamicSchema variable is deleted. ########## fe/fe-core/null/0-0/dumpFile.json: ########## @@ -0,0 +1 @@ +org.json.JSONObject@2c779e5 Review Comment: Is it releated to dynamic table? -- 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