You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/07/30 02:55:17 UTC

[GitHub] [iotdb] wangchao316 commented on a change in pull request #3647: [IOTDB-1511] Extract IStorageGroupMNode and IMeasurementMNode Interface

wangchao316 commented on a change in pull request #3647:
URL: https://github.com/apache/iotdb/pull/3647#discussion_r679611324



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/MTree.java
##########
@@ -34,10 +34,7 @@
 import org.apache.iotdb.db.metadata.MManager.StorageGroupFilter;
 import org.apache.iotdb.db.metadata.logfile.MLogReader;
 import org.apache.iotdb.db.metadata.logfile.MLogWriter;
-import org.apache.iotdb.db.metadata.mnode.IMNode;
-import org.apache.iotdb.db.metadata.mnode.InternalMNode;
-import org.apache.iotdb.db.metadata.mnode.MeasurementMNode;
-import org.apache.iotdb.db.metadata.mnode.StorageGroupMNode;
+import org.apache.iotdb.db.metadata.mnode.*;

Review comment:
       do not *...   we need setting in idea. 




-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org