is NOT NULL and NOT NULL filters on measures which is in dictionary column

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

is NOT NULL and NOT NULL filters on measures which is in dictionary column

phalodi
Hello in bug CARBONDATA-688 the NOT NULL and is NOT NULL filter is not giving correct result so the case is when we use the measure in dictionary include and run query with null filters then it will not give expected results. In IncludeFilterExecuterImpl.java will give us the blank biset in isScanRequired so for Null filters where is will create the BlockInfo. Because right now the filter expressions are generated correct in FilterUtils.java