Description
Currently NOT IN subqueries (predicated null aware subquery) are not allowed inside OR expressions. We currently catch this condition in checkAnalysis and throw an error.
We need to extend our subquery rewrite frame work to support this type of queries.