You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ian Maxon (Jira)" <ji...@apache.org> on 2021/04/22 23:35:00 UTC

[jira] [Created] (ASTERIXDB-2889) INSERT with a UDF in the body throws ClassCastException

Ian Maxon created ASTERIXDB-2889:
------------------------------------

             Summary: INSERT with a UDF in the body throws ClassCastException
                 Key: ASTERIXDB-2889
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2889
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: FUN - Functions, SQL - Translator SQL++
    Affects Versions: 0.9.7
            Reporter: Luke Ren
            Assignee: Ian Maxon


If you try something like:
INSERT INTO Tweets([
{ "id":50, "msg": echo("hi")}
]);

A ClassCastException is thrown from trying to cast AssignBatchPOperator to AssignPOperator.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)