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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]