You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Davies Liu (JIRA)" <ji...@apache.org> on 2016/01/07 08:12:39 UTC

[jira] [Created] (SPARK-12687) Support from clause surrounded by `()`

Davies Liu created SPARK-12687:
----------------------------------

             Summary: Support from clause surrounded by `()`
                 Key: SPARK-12687
                 URL: https://issues.apache.org/jira/browse/SPARK-12687
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Davies Liu


This query can't be parsed under Hive parser:

{code}
(select * from t1) union (select * from t2)
{code}

also this one:

{code}
select * from ((select * from t1) union (select * from t2)) t
{code}



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

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