zhengshengjun commented on code in PR #16036:
URL: https://github.com/apache/doris/pull/16036#discussion_r1107932582


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/PartitionInfo.java:
##########
@@ -76,13 +76,16 @@ public class PartitionInfo implements Writable {
     // so we defer adding meta serialization until memory engine feature is 
more complete.
     protected Map<Long, TTabletType> idToTabletType;
 
+    protected Map<Long /* partition id */, Boolean /* mutable */> idToMutable;

Review Comment:
   good idea! so that we don't have to increase metadata version to  avoid 
metadata incompatible issues !



-- 
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]

Reply via email to