Cheng Hao created SPARK-2917:
--------------------------------

             Summary: Avoid CTAS creates table in logical plan analyzing.
                 Key: SPARK-2917
                 URL: https://issues.apache.org/jira/browse/SPARK-2917
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Cheng Hao
            Priority: Minor


Currently, the CTAS will create the table in logical plan analyzing, right 
before the real execution triggered.
E.g. in
CREATE TABLE s1 as select * from src where key=0;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to