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 2020/06/09 16:39:57 UTC

[GitHub] [incubator-iotdb] JulianFeinauer commented on a change in pull request #1323: IOTDB-750 Allow SubDevices in IoTDB.

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



##########
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:
       👍 




----------------------------------------------------------------
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:
users@infra.apache.org