Dmitry Lychagin created ASTERIXDB-2528:
------------------------------------------
Summary: Illegal state exception in the compiler
Key: ASTERIXDB-2528
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2528
Project: Apache AsterixDB
Issue Type: Bug
Components: COMP - Compiler
Reporter: Dmitry Lychagin
Assignee: Dmitry Lychagin
java.lang.Exception: IllegalStateException: []:[$x]
thrown for the following query:
{noformat}
from [{"f2":1, "f1":"foo"}] as t
let x = [9]
group by t.f2
group as g (t as tt)
select t.f2, g, sum(x);
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)