You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Murtadha Hubail (JIRA)" <ji...@apache.org> on 2018/05/17 02:32:00 UTC

[jira] [Resolved] (ASTERIXDB-2387) Dataset primary index can be dropped without dropping the dataset

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

Murtadha Hubail resolved ASTERIXDB-2387.
----------------------------------------
    Resolution: Fixed

> Dataset primary index can be dropped without dropping the dataset
> -----------------------------------------------------------------
>
>                 Key: ASTERIXDB-2387
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2387
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: MTD - Metadata
>    Affects Versions: 0.9.3
>            Reporter: Murtadha Hubail
>            Assignee: Murtadha Hubail
>            Priority: Major
>             Fix For: 0.9.4
>
>
> To reproduce run the following:
> {code:java}
> create type aType as {id:int};
> create dataset ds(aType) primary key id;
> drop index ds.ds;
> {code}
> After that, the dataset cannot be dropped.



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