[ https://issues.apache.org/jira/browse/SPARK-14362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yin Huai resolved SPARK-14362. ------------------------------ Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request 12146 [https://github.com/apache/spark/pull/12146] > DDL Native Support: Drop View > ----------------------------- > > Key: SPARK-14362 > URL: https://issues.apache.org/jira/browse/SPARK-14362 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 2.0.0 > Reporter: Xiao Li > Fix For: 2.0.0 > > > Native parsing and native analysis of DDL command: Drop View. > Based on the HIVE DDL document for > [DROP_VIEW_WEB_LINK](https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL- > DropView > ), `DROP VIEW` is defined as, > Syntax: > {noformat} > DROP VIEW [IF EXISTS] [db_name.]view_name; > {noformat} > - to remove metadata for the specified view. > - illegal to use DROP TABLE on a view. > - illegal to use DROP VIEW on a table. -- 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