JackieTien97 commented on code in PR #655:
URL: https://github.com/apache/tsfile/pull/655#discussion_r2596829573


##########
java/tsfile/src/main/java/org/apache/tsfile/read/TsFileSequenceReader.java:
##########
@@ -1671,6 +1671,7 @@ public List<TimeseriesMetadata> 
getDeviceTimeseriesMetadata(IDeviceID device) th
 
   private List<TimeseriesMetadata> getDeviceTimeseriesMetadata(
       IDeviceID device, boolean needChunkMetadata) throws IOException {
+    readFileMetadata();

Review Comment:
   why need to add this line?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to