Alima777 commented on a change in pull request #1323:
URL: https://github.com/apache/incubator-iotdb/pull/1323#discussion_r436593534



##########
File path: 
server/src/main/java/org/apache/iotdb/db/metadata/mnode/LeafMNode.java
##########
@@ -24,14 +24,9 @@
 import org.apache.iotdb.tsfile.read.TimeValuePair;
 import org.apache.iotdb.tsfile.write.schema.MeasurementSchema;
 
-import java.util.Collections;
 import java.util.Map;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
-public class LeafMNode extends MNode {
-
-  private static final Logger logger = 
LoggerFactory.getLogger(LeafMNode.class);
+public class LeafMNode extends InternalMNode {

Review comment:
       I agree with that. Otherwise the concept of leaf will be confusing. 




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

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


Reply via email to