This is an automated email from the ASF dual-hosted git repository.

hui pushed a commit to branch lmh/optPPTcs
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 39b983df653f71c07b9bf2bc67ed820389009f83
Author: Minghui Liu <[email protected]>
AuthorDate: Tue May 16 17:55:16 2023 +0800

    add comment
---
 .../src/main/java/org/apache/iotdb/commons/path/PathPatternTree.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/node-commons/src/main/java/org/apache/iotdb/commons/path/PathPatternTree.java 
b/node-commons/src/main/java/org/apache/iotdb/commons/path/PathPatternTree.java
index 056c4a240b..629195d4a6 100644
--- 
a/node-commons/src/main/java/org/apache/iotdb/commons/path/PathPatternTree.java
+++ 
b/node-commons/src/main/java/org/apache/iotdb/commons/path/PathPatternTree.java
@@ -43,6 +43,7 @@ public class PathPatternTree {
 
   private List<PartialPath> pathPatternList;
 
+  // set the default value to TRUE to ensure correctness
   private boolean useWildcard = true;
 
   public PathPatternTree(boolean useWildcard) {

Reply via email to