rohangarg opened a new pull request, #14220:
URL: https://github.com/apache/druid/pull/14220

   Using expressions like `NVL(x, '') NOT IN ('y', '')` in filters produce an 
incorrect filter currently. Calcite converts this expression into a `CASE` 
expression. This changes fixes that bug by using better planning mechanisms for 
planning the `WHEN` and `ELSE` clauses of the case expression.


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