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

    https://github.com/apache/carbondata/pull/2820#discussion_r226395410
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/scan/filter/executer/RowLevelRangeGrtThanFiterExecuterImpl.java
 ---
    @@ -148,6 +148,61 @@ private void ifDefaultValueMatchesFilter() {
         return bitSet;
       }
     
    +  @Override
    +  public BitSet prunePages(RawBlockletColumnChunks rawBlockletColumnChunks)
    +      throws FilterUnsupportedException, IOException {
    --- End diff --
    
    For all the RowLevelRangeFilters can we move some part of code to it's 
super class to remove code duplication??


---

Reply via email to