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/05/19 11:29:38 UTC

[GitHub] [iotdb] JackieTien97 commented on a diff in pull request #5960: [IOTDB-3239] fix missing aligned data

JackieTien97 commented on code in PR #5960:
URL: https://github.com/apache/iotdb/pull/5960#discussion_r876935614


##########
tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/Path.java:
##########
@@ -106,7 +106,8 @@ public Path(String device, String measurement) {
       String[] deviceNodes = PathNodesGenerator.splitPathToNodes(device);
       this.device = transformNodesToString(deviceNodes, deviceNodes.length);
       this.measurement = measurement;
-      this.fullPath = device;
+      // for aligned path, sensor is ""

Review Comment:
   ```suggestion
         // for aligned path, sensor name for time column is ""
   ```



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