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)

Reply via email to