You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Hao (JIRA)" <ji...@apache.org> on 2014/08/08 04:16:11 UTC

[jira] [Created] (SPARK-2917) Avoid CTAS creates table in logical plan analyzing.

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org