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] [Updated] (ASTERIXDB-2889) INSERT with a Batchable UDF in the body throws ClassCastException

     [ https://issues.apache.org/jira/browse/ASTERIXDB-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Maxon updated ASTERIXDB-2889:
---------------------------------
    Summary: INSERT with a Batchable UDF in the body throws ClassCastException  (was: INSERT with a UDF in the body throws ClassCastException)

> INSERT with a Batchable 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
>            Priority: Major
>
> 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)