JackieTien97 commented on a change in pull request #652: [386] Vectorize the raw data query process URL: https://github.com/apache/incubator-iotdb/pull/652#discussion_r361153000
########## File path: tsfile/src/main/java/org/apache/iotdb/tsfile/read/reader/series/FileSeriesReaderByTimestamp.java ########## @@ -40,7 +40,7 @@ protected List<ChunkMetaData> chunkMetaDataList; private int currentChunkIndex = 0; - private ChunkReader chunkReader; + private AbstractChunkReader AbstractChunkReader; Review comment: lowercase it ---------------------------------------------------------------- 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
