weizihan0110 commented on a change in pull request #2468:
URL: https://github.com/apache/iotdb/pull/2468#discussion_r565805887
##########
File path:
cluster/src/main/java/org/apache/iotdb/cluster/metadata/CMManager.java
##########
@@ -1283,13 +1283,17 @@ public void convertToFullPaths(PhysicalPlan plan)
}
}
- protected MeasurementMNode getMeasurementMNode(MNode deviceMNode, String
measurement) {
- MNode child;
- child = deviceMNode.getChild(measurement);
+ protected MeasurementMNode getMeasurementMNode(MNode deviceMNode, String
measurement, TSDataType dataType)
Review comment:
Solved.
----------------------------------------------------------------
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]