If a DimensionPredicateFilter or JavaScriptFilter is applied to a null column, these filters will currently return an empty bitmap, even if the filter matches on null.
When the filter matches on null, these filters should return the complement of the empty bitmap.
If a DimensionPredicateFilter or JavaScriptFilter is applied to a null column, these filters will currently return an empty bitmap, even if the filter matches on
null.When the filter matches on
null, these filters should return the complement of the empty bitmap.