[
https://issues.apache.org/jira/browse/ASTERIXDB-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549511#comment-15549511
]
Yingyi Bu commented on ASTERIXDB-1675:
--------------------------------------
[~javierjia], I realized it should be a metadata issue.
The error message complains the existence of the dataverse "Default" rather
than the underscores in the function name.
So I guess you can try the following and continue to run your stuff:
{noformat}
CREATE DATAVERSE Default;
{noformat}
> All functions can not be found
> ------------------------------
>
> Key: ASTERIXDB-1675
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1675
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: Functions - AQL
> Environment: master: d97fa75fedd6512ece2c49980a2b59f923d5985d
> Reporter: Jianfeng Jia
> Assignee: Taewoo Kim
> Priority: Blocker
>
> AQL is from the documatation example.
> {code}
> similarity_jaccard([1,5,8,9], [1,5,9,10]);
> {code}
> Errors:
> {code}
> Error: In function call "Default.similarity_jaccard(...)", the dataverse
> "Default" cannot be found!
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)