You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2017/11/14 19:49:00 UTC

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

     [ https://issues.apache.org/jira/browse/HIVE-15018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesus Camacho Rodriguez updated HIVE-15018:
-------------------------------------------
    Status: Patch Available  (was: In Progress)

> 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
>            Assignee: 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.4.14#64029)