[ https://issues.apache.org/jira/browse/SPARK-16229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-16229: ------------------------------------ Assignee: Apache Spark > Empty Table Remains After CREATE TABLE AS SELECT fails > ------------------------------------------------------ > > Key: SPARK-16229 > URL: https://issues.apache.org/jira/browse/SPARK-16229 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 2.0.0 > Reporter: Xiao Li > Assignee: Apache Spark > > {noformat} > CREATE TABLE tab > STORED AS TEXTFILE > SELECT 1 AS a, (SELECT a FROM (SELECT 1 AS a UNION ALL SELECT 2 AS a) t) AS b > {noformat} > The above query failed as expected but an empty table {{t}} is created. -- 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