shenyu0127 opened a new pull request, #11261:
URL: https://github.com/apache/pinot/pull/11261

   Skip the dictionary based predicate evaluator `isAlwaysTrue` and 
`isAlwaysFalse` optimizations when NULL handling is enabled. This is because 
NULL and a non-NULL value share the same dictionary ID, which makes the 
`isAlwaysTrue` and `isAlwaysFalse` incorrect.


-- 
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