clintropolis commented on PR #13977:
URL: https://github.com/apache/druid/pull/13977#issuecomment-1483747734

   the different test results seem to be because of different behavior of the 
predicate index on the bound filter vs the value matcher, the latter looks like 
it is matching nulls. The results now actually look more consistent with other 
numeric filters using predicates due to lexicographic sorting.
   
   I think there is a bug with the bound filter, it needs to wrap the predicate 
index in the null matching lower bound in the same way that the range index 
does.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to