[jira] [Updated] (HIVE-13298) nested join support causes undecipherable errors in SemanticAnalyzer

2016-03-21 Thread Sergey Shelukhin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HIVE-13298:

   Resolution: Fixed
Fix Version/s: 2.1.0
   1.3.0
   Status: Resolved  (was: Patch Available)

Committed to master and branch-1.

> 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
> Fix For: 1.3.0, 2.1.0
>
> Attachments: HIVE-13298.01.patch, HIVE-13298.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13298) nested join support causes undecipherable errors in SemanticAnalyzer

2016-03-19 Thread Sergey Shelukhin (JIRA)

 [ 
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)


[jira] [Updated] (HIVE-13298) nested join support causes undecipherable errors in SemanticAnalyzer

2016-03-18 Thread Sergey Shelukhin (JIRA)

 [ 
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.01.patch

Replacing the switch with a TODO

> 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.01.patch, HIVE-13298.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13298) nested join support causes undecipherable errors in SemanticAnalyzer

2016-03-18 Thread Sergey Shelukhin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HIVE-13298:

Status: Patch Available  (was: Open)

> 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)