jackylk commented on a change in pull request #3598: [CARBONDATA-3684] Remove 
MDK and cardinality in write path
URL: https://github.com/apache/carbondata/pull/3598#discussion_r377106134
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/scan/processor/DataBlockIterator.java
 ##########
 @@ -217,7 +217,8 @@ public BlockletScannedResult call() throws Exception {
             nextRead.set(true);
             futureIo = readNextBlockletAsync();
           }
-          return blockletScanner.scanBlocklet(rawBlockletColumnChunks);
+          BlockletScannedResult result = 
blockletScanner.scanBlocklet(rawBlockletColumnChunks);
 
 Review comment:
   fixed

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