You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "sunzaizhi (JIRA)" <ji...@apache.org> on 2017/07/04 06:47:00 UTC

[jira] [Created] (HIVE-17017) cann't support execute equeals join

sunzaizhi created HIVE-17017:
--------------------------------

             Summary: cann't support execute equeals join
                 Key: HIVE-17017
                 URL: https://issues.apache.org/jira/browse/HIVE-17017
             Project: Hive
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: sunzaizhi


only support inner join/left join,for example:
{code:java}
select *
  from a
 inner join b on a.id = b.id
{code}

but,cann't running equeals join sql, for example:
{code:java}
select *
  from a,b
 where a.id = b.id
{code}

please check and confirm,
thanks




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)