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/16 22:32:00 UTC

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

Murtadha Hubail created ASTERIXDB-2387:
------------------------------------------

             Summary: 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
             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)