qiaojialin commented on a change in pull request #258: [IOTDB-143]Development 
of merge
URL: https://github.com/apache/incubator-iotdb/pull/258#discussion_r313346240
 
 

 ##########
 File path: 
tsfile/src/main/java/org/apache/iotdb/tsfile/read/TsFileSequenceReader.java
 ##########
 @@ -612,4 +646,38 @@ public long selfCheck(Map<String, MeasurementSchema> 
newSchema,
     // so that we can continue to write data into this tsfile.
     return truncatedPosition;
   }
+
+  public int getTotalChunkNum() {
+    return totalChunkNum;
+  }
+
+  public List<ChunkMetaData> getChunkMetadata(Path path) throws IOException {
 
 Review comment:
   ```suggestion
     public List<ChunkMetaData> getChunkMetadataList(Path path) throws 
IOException {
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to