[ https://issues.apache.org/jira/browse/HIVE-13298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergey Shelukhin updated HIVE-13298: ------------------------------------ Attachment: HIVE-13298.patch [~ashutoshc] can you take a look? This produces a better error; I also added switching the join sides for full outer join, I wonder why TOK_JOIN has inner join semantics, is it a spec or just an accident? I'd assume select * from a,b where a.a=b.a should have the same result as select * from a,b where b.a=a.a, In that case I'd need to uncomment the case for JOIN. > nested join support causes undecipherable errors in SemanticAnalyzer > -------------------------------------------------------------------- > > Key: HIVE-13298 > URL: https://issues.apache.org/jira/browse/HIVE-13298 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-13298.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)