Jackie-Jiang commented on PR #15027:
URL: https://github.com/apache/pinot/pull/15027#issuecomment-2654588365
@gortiz The idea is to reverse the effect of Calcite converting the
IN/NOT_IN clause into a `JOIN` back to their original form. I don't see a
scenario where they can be converted into an `INNER` join. `IN` is converted
into `SEMI` and `NOT_IN` is converted into `LEFT`.
I'm not able to reverse the effect of Calcite converting `col1 IN ('a', 'b')
OR col2 > 0` into a super complex rel, which makes me thinking this might not
be a thorough solution
--
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]