You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Xikui Wang (JIRA)" <ji...@apache.org> on 2017/03/09 20:12:37 UTC

[jira] [Created] (ASTERIXDB-1833) Builtin functions cannot be accessed in insert statement

Xikui Wang created ASTERIXDB-1833:
-------------------------------------

             Summary: Builtin functions cannot be accessed in insert statement
                 Key: ASTERIXDB-1833
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1833
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Xikui Wang



CREATE TYPE TopicType AS {
	id: int
}

CREATE DATASET Topic(TopicType) PRIMARY KEY id;

use dataverse OldWorld;

insert into dataset Topic({
"tid":"123",
"desc": regexp_replace("123 123", " ", "T")}
)

Exception:

 Unknown function regexp_replace@3 [CompilationException]




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)