Jackie-Jiang commented on issue #7835: URL: https://github.com/apache/pinot/issues/7835#issuecomment-982220389
Understood. In order to solve `IS NULL` and `IS NOT NULL`, we need to access the `NullValueVector` index. Currently case transform function does not support accessing index, so I'm suggesting adding general index access support to case transform function when we try to resolve this issue instead of specialize the null index. -- 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]
