Cpaulyz commented on code in PR #9243:
URL: https://github.com/apache/iotdb/pull/9243#discussion_r1134924585


##########
server/src/main/java/org/apache/iotdb/db/metadata/mtree/ConfigMTree.java:
##########
@@ -74,12 +74,14 @@ public class ConfigMTree {
 
   private final Logger logger = LoggerFactory.getLogger(ConfigMTree.class);
 
-  private IMNode root;
+  private IConfigMNode root;
   // this store is only used for traverser invoking
-  private MemMTreeStore store;
+  private final ConfigMTreeStore store;

Review Comment:
   Same as the previous one



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

Reply via email to