liutaohua commented on a change in pull request #760: [IOTDB-449] Manage
TsFileSequenceReader in query by FileReaderManager
URL: https://github.com/apache/incubator-iotdb/pull/760#discussion_r373912572
##########
File path:
server/src/main/java/org/apache/iotdb/db/query/reader/seriesRelated/SeriesReader.java
##########
@@ -482,13 +476,7 @@ public VersionPair(long version, T data) {
}
}
- public void closeReader() throws IOException {
- if (firstChunkMetaData != null) {
- firstChunkMetaData.getChunkLoader().close();
- }
- for (IChunkLoader openedChunkLoader : openedChunkLoaders) {
- openedChunkLoader.close();
- }
+ public void closeReader() {
}
Review comment:
done
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services