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/28 01:51:41 UTC

[GitHub] [iotdb] liuminghui233 commented on a change in pull request #5343: [IOTDB-2713] Generate Analysis for query statement

liuminghui233 commented on a change in pull request #5343:
URL: https://github.com/apache/iotdb/pull/5343#discussion_r836003910



##########
File path: server/src/main/java/org/apache/iotdb/db/mpp/common/schematree/PathPatternNode.java
##########
@@ -19,10 +19,67 @@
 
 package org.apache.iotdb.db.mpp.common.schematree;
 
+import java.util.ArrayList;
 import java.util.List;
+import java.util.Objects;
 
 public class PathPatternNode {
 
   private String name;
   private List<PathPatternNode> childs;

Review comment:
       fixed




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