CREATE VIEW followup: track object invalidation in metastore -------------------------------------------------------------
Key: HIVE-1077 URL: https://issues.apache.org/jira/browse/HIVE-1077 Project: Hadoop Hive Issue Type: Improvement Components: Metastore Affects Versions: 0.6.0 Reporter: John Sichi Assignee: John Sichi Fix For: 0.6.0 When an object such as a table is modified, a dependent object such as a view may become invalid. We would like to add support for tracking this invalidation state in the catalog and clearing it via ALTER VIEW v RECOMPILE (similar to Oracle). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.