You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "pengzhiwei (JIRA)" <ji...@apache.org> on 2018/09/29 04:07:00 UTC

[jira] [Created] (CALCITE-2602) Support inner join without on-condition

pengzhiwei created CALCITE-2602:
-----------------------------------

             Summary: Support inner join without on-condition
                 Key: CALCITE-2602
                 URL: https://issues.apache.org/jira/browse/CALCITE-2602
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.17.0
            Reporter: pengzhiwei
            Assignee: Julian Hyde


Currently,calcite cannot support sql as follow:
{code:java}
select * from emp join dept where emp.deptno = dept.deptno{code}
However in mysql and hive, such sql runs well.Should we support this kind of inner join without on-condition?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)