You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Vineet Garg (JIRA)" <ji...@apache.org> on 2019/04/01 18:12:00 UTC

[jira] [Created] (CALCITE-2971) Correlated subquery in JOIN is failing

Vineet Garg created CALCITE-2971:
------------------------------------

             Summary: Correlated subquery 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


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)