Yin Huai created SPARK-11012:
--------------------------------

             Summary: Canonicalize view definitions
                 Key: SPARK-11012
                 URL: https://issues.apache.org/jira/browse/SPARK-11012
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Yin Huai


In SPARK-10337, we added the first step of supporting view natively. Building 
on top of that work, we need to canonicalize the view definition. So, for a SQL 
string SELECT a, b FROM table, we will save this text to Hive metastore as 
SELECT `table`.`a`, `table`.`b` FROM `currentDB`.`table`. 



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