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

More entities in the default dataverse

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      The following query works fine.

      DROP function foo if exists;
      CREATE function foo(){
        1
      }
      SELECT Default.foo();
      

      But the next one doesn't work:

      DROP function foo if exists;
      CREATE function foo(){
        1
      }
      SELECT foo();
      

      I got this error message:
      "msg": "function null.foo@0 is not defined",

      I'm guessing that it is related to the default dataverse change.

      I guess we need to verify all metadata entities can work under the default dataverse.

      Attachments

        Activity

          People

            amoudi Abdullah Alamoudi
            buyingyi Yingyi Bu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: