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

Daniel Dai updated HIVE-20010:
------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 4.0.0
                   3.1.0
           Status: Resolved  (was: Patch Available)

Patch pushed to master/branch-3. Thanks [~kgyrtkirk]!

> Fix create view over literals
> -----------------------------
>
>                 Key: HIVE-20010
>                 URL: https://issues.apache.org/jira/browse/HIVE-20010
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>             Fix For: 3.1.0, 4.0.0
>
>         Attachments: HIVE-20010.01.patch
>
>
> {code}
> create or replace view v1 as select 1 as q 
> {code}
> results in an error:
> {code}
> Error: Error while processing statement: FAILED: Execution Error, return code 
> 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Table already exists: 
> default.v1 (state=08S01,code=1)
> {code}
> however the following works (thank you [~mgergely])
> {code}
> create or replace view v1 as select 1 as q union all select 1 as qq where 
> false
> {code}



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

Reply via email to