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:19:00 UTC

[jira] [Updated] (CALCITE-2971) Correlated sub-query in JOIN is failing

     [ 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)