aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/optimizers/YQL-20079.sql
blob: b16c6ce3d835a1c5b2b37253562e10a341102b12 (plain) (blame)
1
2
3
4
select x is not null or 
(x is not null and y)
from (select Opaque(just(1)) as x, Opaque(just(true)) as y)