[
https://issues.apache.org/jira/browse/CALCITE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vineet Garg updated CALCITE-2971:
---------------------------------
Summary: Correlated sub-query in JOIN is failing (was: Correlated subquery
in JOIN is failing)
> Correlated sub-query in JOIN is failing
> ---------------------------------------
>
> Key: CALCITE-2971
> URL: https://issues.apache.org/jira/browse/CALCITE-2971
> Project: Calcite
> Issue Type: Bug
> Components: core
> Reporter: Vineet Garg
> Priority: Major
> Labels: sub-query
>
> Following query if added in RelOptRulesTest tests throws an exception:
> {code:sql}
> select empno from sales.emp as r left join sales.dept as s on exists (select
> deptno from sales.emp where empno = s.deptno+20)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)