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

geniuspig pushed a commit to branch add_java_doc
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/add_java_doc by this push:
     new a4082f6  Update Path.java
a4082f6 is described below

commit a4082f69d02d63031f11e8191087596ababdbc8f
Author: zhutianci <[email protected]>
AuthorDate: Wed Sep 2 11:07:09 2020 +0800

    Update Path.java
---
 tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/Path.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/Path.java 
b/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/Path.java
index 94c4cc2..eeebc87 100644
--- a/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/Path.java
+++ b/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/Path.java
@@ -59,8 +59,6 @@ public class Path implements Serializable, Comparable<Path> {
     }
     if(!needSplit) {
       fullPath = pathSc;
-      device = "";
-      measurement = pathSc;
     } else {
       if (pathSc.length() > 0) {
         if (pathSc.charAt(pathSc.length() - 1) == TsFileConstant.DOUBLE_QUOTE) 
{

Reply via email to