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

Reply via email to