qiaojialin commented on a change in pull request #1323:
URL: https://github.com/apache/incubator-iotdb/pull/1323#discussion_r436564407
##########
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:
Call this MeasurementMNode is better.
----------------------------------------------------------------
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:
[email protected]