DROP TABLE IF EXISTS should not fail if a view of that name exists
------------------------------------------------------------------
Key: HIVE-2133
URL: https://issues.apache.org/jira/browse/HIVE-2133
Project: Hive
Issue Type: Improvement
Components: Query Processor
Reporter: John Sichi
Assignee: John Sichi
We should match MySQL behavior on this. Likewise for DROP VIEW IF EXISTS when
a table of that name exists.
Note that without IF EXISTS, we still want the statement to fail when the
existing object type does not match.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira