jackylk commented on a change in pull request #3476: [CARBONDATA-3593] Fix 
TOTAL_BLOCKLET_NUM not right when blocklet filt…
URL: https://github.com/apache/carbondata/pull/3476#discussion_r352116523
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/scan/scanner/impl/BlockletFilterScanner.java
 ##########
 @@ -113,6 +113,10 @@ public boolean isScanRequired(DataRefNode dataBlock) {
         .get(QueryStatisticsConstants.TOTAL_PAGE_SCANNED);
     
totalPagesScanned.addCountStatistic(QueryStatisticsConstants.TOTAL_PAGE_SCANNED,
         totalPagesScanned.getCount() + dataBlock.numberOfPages());
+    QueryStatistic totalBlockletStatistic = 
queryStatisticsModel.getStatisticsTypeAndObjMap()
 
 Review comment:
   ok, then could you change the output header: "valid_blocklets" change to 
"filtered_bloclklets"

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