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)