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)