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_r361150654
 
 

 ##########
 File path: server/src/main/java/org/apache/iotdb/db/utils/MergeUtils.java
 ##########
 @@ -101,10 +101,10 @@ public static long collectFileSizes(List<TsFileResource> 
seqFiles, List<TsFileRe
   }
 
   public static int writeChunkWithoutUnseq(Chunk chunk, IChunkWriter 
chunkWriter) throws IOException {
-    ChunkReader chunkReader = new ChunkReaderWithoutFilter(chunk);
+    AbstractChunkReader AbstractChunkReader = new ChunkReader(chunk, null);
 
 Review comment:
   same as above

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

Reply via email to