You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2014/07/15 19:09:05 UTC

[jira] [Assigned] (DRILL-1136) Create view replaces the same existing view

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

Venki Korukanti reassigned DRILL-1136:
--------------------------------------

    Assignee: Venki Korukanti

> Create view replaces the same existing view
> -------------------------------------------
>
>                 Key: DRILL-1136
>                 URL: https://issues.apache.org/jira/browse/DRILL-1136
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Writer
>            Reporter: Krystal
>            Assignee: Venki Korukanti
>         Attachments: DRILL-1136-Check-for-existance-of-view-before-creati.patch
>
>
> git.commit.id.abbrev=5b57294
> Currently, an existing view can be replaced by using "create view" syntax.  For example, I have an existing view named student_v .  Then I run a create view with the same name:
> 0: jdbc:drill:schema=dfs> create view student_v as select * from voter;
> +------------+------------+
> |     ok     |  summary   |
> +------------+------------+
> | true       | View 'student_v' replaced successfully in 'dfs.default' schema |
> +------------+------------+
> 1 row selected (0.544 seconds)
> Like oracle and postgres, this should not be allowed.  A user needs to use "create or replace view ..." syntax.



--
This message was sent by Atlassian JIRA
(v6.2#6252)