Github user sujith71955 commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/224#discussion_r82983904
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/scan/scanner/impl/FilterScanner.java 
---
    @@ -78,10 +80,11 @@ public FilterScanner(BlockExecutionInfo 
blockExecutionInfo) {
        * @throws QueryExecutionException
        * @throws FilterUnsupportedException
        */
    -  @Override public AbstractScannedResult scanBlocklet(BlocksChunkHolder 
blocksChunkHolder)
    +  @Override public AbstractScannedResult scanBlocklet(BlocksChunkHolder 
blocksChunkHolder,
    +                                                      QueryStatisticsModel 
queryStatisticsModel)
           throws QueryExecutionException {
         try {
    -      fillScannedResult(blocksChunkHolder);
    +      fillScannedResult(blocksChunkHolder, queryStatisticsModel);
    --- End diff --
    
    Pass the model in constructor so that no need to change in all API


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to