Jackie-Jiang commented on issue #16821: URL: https://github.com/apache/pinot/issues/16821#issuecomment-3300650023
The actual problem here is that before the change, there is no way to use `IS NULL` or `IS NOT NULL` without enabling null handling with MSE (this is inconsistent with SSE), but null handling comes with overhead. When people specify `IS NULL` or `IS NOT NULL` in the query, I'd expect the intention to be using the null vector to filter the column instead of being ignored. -- 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]
