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 02:03:19 UTC

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

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



##########
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:
       thanks! will be remove at next commit

##########
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:
       thanks! will be removed at next commit




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