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 2022/03/09 03:07:20 UTC

[GitHub] [iotdb] bigreybear commented on a change in pull request #5110: [IOTDB-2598]Enable append operation on template after setting and using

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



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/mtree/MTree.java
##########
@@ -1799,21 +1838,19 @@ protected boolean processFullMatchedMNode(IMNode node, int idx, int level)
   public boolean isTemplateSetOnMTree(String templateName) {
     // check whether template has been set
     Deque<IMNode> nodeStack = new ArrayDeque<>();

Review comment:
       Thanks! But this method had been removed since every Template object will record storage group it has been set now.




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