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 2019/11/29 08:50:27 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #527: [IOTDB-163] Support create device template and create device

qiaojialin commented on a change in pull request #527: [IOTDB-163] Support create device template and create device
URL: https://github.com/apache/incubator-iotdb/pull/527#discussion_r352021242
 
 

 ##########
 File path: server/src/main/java/org/apache/iotdb/db/qp/executor/QueryProcessExecutor.java
 ##########
 @@ -449,6 +457,40 @@ private boolean deleteStorageGroup(DeleteStorageGroupPlan deleteStorageGroupPlan
     }
     return true;
   }
+  
+  private boolean createDeviceTemplate(CreateDeviceTemplatePlan createDeviceTemplatePlan) 
+      throws QueryProcessException {
 
 Review comment:
   ```suggestion
   {
   ```

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


With regards,
Apache Git Services