Search before asking
Version
master
What's Wrong?
-- BE core
select * from t1 where true in (1,3,4);
-- wrong result
select * from t1 where col1 + 1 > 3 in (1,3,4);
What You Expected?
Return correct result set
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct