Dmitry Lychagin created ASTERIXDB-2950:
------------------------------------------
Summary: Internal compiler error
Key: ASTERIXDB-2950
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2950
Project: Apache AsterixDB
Issue Type: Bug
Components: COMP - Compiler
Affects Versions: 0.9.7
Reporter: Dmitry Lychagin
Assignee: Dmitry Lychagin
Fix For: 0.9.8
The following queries fail with internal compiler error:
{noformat}
from customers as c
select avg(c.rating)[0];
{noformat}
{noformat}
(select value 49)[0][0];
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)