Jesus Camacho Rodriguez created HIVE-15018: ----------------------------------------------
Summary: ALTER rewriting flag in materialized view Key: HIVE-15018 URL: https://issues.apache.org/jira/browse/HIVE-15018 Project: Hive Issue Type: Sub-task Components: Materialized views Reporter: Jesus Camacho Rodriguez We should extend the ALTER statement in case we want to change the rewriting behavior of the materialized view after we have created it. {code:sql} ALTER MATERIALIZED VIEW [db_name.]materialized_view_name DISABLE REWRITE; {code} {code:sql} ALTER MATERIALIZED VIEW [db_name.]materialized_view_name ENABLE REWRITE; {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)