Jianfeng Jia created ASTERIXDB-1675:
---------------------------------------
Summary: similarity_jaccard 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)