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

    https://github.com/apache/carbondata/pull/1751#discussion_r161431288
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/scan/filter/executer/FilterExecuter.java
 ---
    @@ -46,7 +46,7 @@ boolean applyFilter(RowIntf value, int dimOrdinalMax)
        * @param blockMinValue
        * @return BitSet
        */
    -  BitSet isScanRequired(byte[][] blockMaxValue, byte[][] blockMinValue);
    +  BitSet isScanRequired(byte[][] blockMaxValue, byte[][] blockMinValue, 
byte[] blockNullValue);
    --- End diff --
    
    Done


---

Reply via email to