Miklos Gergely created HIVE-22956: ------------------------------------- Summary: Fix checking if a table is used by a materialized view before dropping Key: HIVE-22956 URL: https://issues.apache.org/jira/browse/HIVE-22956 Project: Hive Issue Type: Bug Components: Hive Reporter: Miklos Gergely Assignee: Miklos Gergely Fix For: 4.0.0
Currently when a table is dropped we are deriving if it was used by any materialized views from the error message got from the Metastore. Instead of this we should check it in advance, from the HiveMaterializedViewsRegistry. -- This message was sent by Atlassian Jira (v8.3.4#803005)