clintropolis opened a new pull request #9989: URL: https://github.com/apache/druid/pull/9989
Fixes an optimization to allow filters on `NilVectorSelector` to use `BooleanVectorValueMatcher` for things like a selector that matches null. The bug does not cause incorrect results, it just wasn't taking an optimization which it could have been using. This was hard to functionally test with a query since the results were still correct, so I just added a test for this in the relevant method in `VectorMatchers`, `toBooleanIfPossible`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
