Xiao Li created SPARK-13206: ------------------------------- Summary: 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
{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