clintropolis opened a new pull request, #17655: URL: https://github.com/apache/druid/pull/17655
Fixes a bug with the OR filters vectorized value matcher that causes vector engines processing filter an OR filter under a NOT filter (ex. of the form `NOT(x OR y)`) to produce incorrect results for null values matched. This bug is due to incorrectly hard coding the `includeUnknown` parameter as `false` for OR filter child vector matchers after the initial filter clause instead of passing it through the function parameter to the underlying matchers. -- 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]
