CREATE VIEW followup: DROP CASCADE/RESTRICT support ----------------------------------------------------
Key: HIVE-1074 URL: https://issues.apache.org/jira/browse/HIVE-1074 Project: Hadoop Hive Issue Type: Improvement Affects Versions: 0.6.0 Reporter: John Sichi Assignee: John Sichi Fix For: 0.6.0 Current behavior is to ignore dependencies when dropping a table, leaving them dangling. Once we start tracking dependencies, we can use this information for enforcing CASCADE/RESTRICT behavior. Per SQL:2003, default should actually be RESTRICT, so we might want to introduce a non-standard INVALIDATE option for continuing to allow the current behavior. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.