[ 
https://issues.apache.org/jira/browse/SPARK-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133452#comment-15133452
 ] 

Xiao Li commented on SPARK-13206:
---------------------------------

[~viirya] This is the one I mentioned just now. Could you take a look at it? 
Thanks!

> Subquery Alias in Join in Hive Parser
> -------------------------------------
>
>                 Key: SPARK-13206
>                 URL: https://issues.apache.org/jira/browse/SPARK-13206
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>             Fix For: 2.0.0
>
>
> {code} select x.c1 from (select * from t1) as x inner join (select * from t1) 
> as y on x.c1 = y.c1{code}
> The current Parser is unable to parse it. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to