Xiao Li created SPARK-14362:
-------------------------------

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

Reply via email to