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)

Reply via email to