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/10/25 02:59:59 UTC

[GitHub] [iotdb] ZhanGHanG9991 commented on a change in pull request #4220: ustzh complete session unsetSchemaTemplate method

ZhanGHanG9991 commented on a change in pull request #4220:
URL: https://github.com/apache/iotdb/pull/4220#discussion_r735226956



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/physical/crud/UnsetSchemaTemplatePlan.java
##########
@@ -0,0 +1,80 @@
+package org.apache.iotdb.db.qp.physical.crud;
+
+import org.apache.iotdb.db.metadata.PartialPath;
+import org.apache.iotdb.db.qp.logical.Operator;
+import org.apache.iotdb.db.qp.physical.PhysicalPlan;
+import org.apache.iotdb.tsfile.utils.ReadWriteIOUtils;
+
+import java.io.DataOutputStream;
+import java.io.IOException;
+import java.nio.ByteBuffer;
+import java.util.List;
+
+/**
+ * @author zhanghang
+ * @date 2021/10/22 16:34
+ */
+public class UnsetSchemaTemplatePlan extends PhysicalPlan {
+
+  String prefixPath;

Review comment:
       ![image](https://user-images.githubusercontent.com/34939716/138628144-69f639b5-6ce3-4105-a30f-f148fbadf898.png)
   I have a look at other plan classes. They are all public. 




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