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/11/16 01:59:46 UTC

[GitHub] [iotdb] qiaojialin commented on a change in pull request #4391: [IOTDB-1931] Adapt tree structrued Template with MManager

qiaojialin commented on a change in pull request #4391:
URL: https://github.com/apache/iotdb/pull/4391#discussion_r749820864



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/template/Template.java
##########
@@ -80,9 +81,11 @@ public Template(CreateTemplatePlan plan) throws IllegalPathException {
       IMeasurementSchema curSchema;
       int size = plan.getMeasurements().get(i).size();
       if (size > 1) {
+        //

Review comment:
       remove




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