Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2725

Datasets can be created on a dataverse that does not exist

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.4
    • 0.9.5
    • COMP - Compiler
    • None

    Description

      When the following is executed, the statement succeeds, although the dataverse fakeDataverse does not exist:

       

      drop type Default.myType if exists;
      create type Default.myType as open { id: uuid };
      drop dataset fakeDataverse.myDataset if exists;
      create dataset fakeDataverse.myDataset(Default.myType) primary key id;
      

       

       

      Attachments

        Activity

          People

            HussainHT Hussain Towaileb
            HussainHT Hussain Towaileb
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: