You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2016/10/19 16:19:58 UTC

[jira] [Created] (HIVE-15018) ALTER rewriting flag in materialized view

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)