[jira] [Updated] (HIVE-18666) Materialized view: "create materialized enable rewrite" should fail if rewriting is not possible

2018-05-03 Thread Jesus Camacho Rodriguez (JIRA)

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

Jesus Camacho Rodriguez updated HIVE-18666:
---
Priority: Critical  (was: Major)

> Materialized view: "create materialized enable rewrite" should fail if 
> rewriting is not possible
> 
>
> Key: HIVE-18666
> URL: https://issues.apache.org/jira/browse/HIVE-18666
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Gopal V
>Assignee: Jesus Camacho Rodriguez
>Priority: Critical
>
> {code}
> CREATE MATERIALIZED VIEW TEST_AGG ENABLE REWRITE AS 
> select ... from ext_Table;
> {code}
> works, but then 
> {code}
> alter materialized view TEST_AGG enable rewrite;
> {code}
> fails with {{SemanticException Automatic rewriting for materialized view 
> cannot be enabled if the materialized view uses non-transactional tables}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18666) Materialized view: "create materialized enable rewrite" should fail if rewriting is not possible

2018-02-09 Thread Jesus Camacho Rodriguez (JIRA)

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

Jesus Camacho Rodriguez updated HIVE-18666:
---
Target Version/s: 3.0.0

> Materialized view: "create materialized enable rewrite" should fail if 
> rewriting is not possible
> 
>
> Key: HIVE-18666
> URL: https://issues.apache.org/jira/browse/HIVE-18666
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Gopal V
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
>
> {code}
> CREATE MATERIALIZED VIEW TEST_AGG ENABLE REWRITE AS 
> select ... from ext_Table;
> {code}
> works, but then 
> {code}
> alter materialized view TEST_AGG enable rewrite;
> {code}
> fails with {{SemanticException Automatic rewriting for materialized view 
> cannot be enabled if the materialized view uses non-transactional tables}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18666) Materialized view: "create materialized enable rewrite" should fail if rewriting is not possible

2018-02-08 Thread Gopal V (JIRA)

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

Gopal V updated HIVE-18666:
---
Component/s: Materialized views

> Materialized view: "create materialized enable rewrite" should fail if 
> rewriting is not possible
> 
>
> Key: HIVE-18666
> URL: https://issues.apache.org/jira/browse/HIVE-18666
> Project: Hive
>  Issue Type: Bug
>  Components: Materialized views
>Reporter: Gopal V
>Priority: Major
>
> {code}
> CREATE MATERIALIZED VIEW TEST_AGG ENABLE REWRITE AS 
> select ... from ext_Table;
> {code}
> works, but then 
> {code}
> alter materialized view TEST_AGG enable rewrite;
> {code}
> fails with {{SemanticException Automatic rewriting for materialized view 
> cannot be enabled if the materialized view uses non-transactional tables}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)