You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dilip Biswal (JIRA)" <ji...@apache.org> on 2016/11/21 22:56:58 UTC

[jira] [Created] (SPARK-18533) Raise correct error upon specification of schema for datasource tables created through CTAS

Dilip Biswal created SPARK-18533:
------------------------------------

             Summary: Raise correct error upon specification of schema for datasource tables created through CTAS
                 Key: SPARK-18533
                 URL: https://issues.apache.org/jira/browse/SPARK-18533
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.0.2
            Reporter: Dilip Biswal
            Priority: Minor


Currently hive serde tables created through CTAS does not allow explicit specification of schema as its inferred from the select clause.  Currently a semantic error is raised for this case. However for data source tables currently we raise a parser error which is not as informative. We should raise consistent error for both forms of tables.




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