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

    https://github.com/apache/carbondata/pull/2820#discussion_r226973940
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/scan/filter/executer/RowLevelRangeGrtrThanEquaToFilterExecuterImpl.java
 ---
    @@ -331,6 +319,80 @@ public BitSetGroup applyFilter(RawBlockletColumnChunks 
rawBlockletColumnChunks,
         }
       }
     
    +  private boolean isScanRequired(DimensionRawColumnChunk rawColumnChunk, 
int i) {
    --- End diff --
    
    Change `i` to `columnIndex`


---

Reply via email to