[
https://issues.apache.org/jira/browse/SPARK-14362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-14362:
------------------------------------
Assignee: (was: Apache Spark)
> 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
>
> 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:
> DROP VIEW [IF EXISTS] [db_name.]view_name;
> - 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: [email protected]
For additional commands, e-mail: [email protected]