[ https://issues.apache.org/jira/browse/SPARK-18533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xiao Li resolved SPARK-18533. ----------------------------- Resolution: Fixed Fix Version/s: 2.1.0 Issue resolved by pull request 15968 [https://github.com/apache/spark/pull/15968] > 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 > Fix For: 2.1.0 > > > 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