Yingyi Bu created ASTERIXDB-1695:
------------------------------------

             Summary: More entities in the default dataverse
                 Key: ASTERIXDB-1695
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1695
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Yingyi Bu
            Assignee: Abdullah Alamoudi


The following query works fine.

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


But the next one doesn't work:

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

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.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to