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

   This PR includes the following changes:
   - Adds `getTrues()`, `getNulls()`, and `getFalses()` to `BaseFilterOperator`.
   - Adds NULL support for `AndFilterOperator`, `OrFilterOperator`, and 
`NotFilterOperator`.
   
   With this PR, when NULL handling is enabled and we have a `NOT` filter in 
the query, the query will fail. This is because we are not overriding the 
`getNulls()` method in the leaf filter operators.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to