[
https://issues.apache.org/jira/browse/ASTERIXDB-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788275#comment-16788275
]
ASF subversion and git services commented on ASTERIXDB-2527:
------------------------------------------------------------
Commit ec69fc0740e2c00a95b956e90e666555fcef982a in asterixdb's branch
refs/heads/master from Dmitry Lychagin
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=ec69fc0 ]
[ASTERIXDB-2527][COMP] Fix illegal state error
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Fix Illegal State error raised by the compiler
for a query with a quantified expression
Change-Id: I53046ffd104035e36395e8a0fa4c624ccfdedf09
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3253
Reviewed-by: Ali Alsuliman <[email protected]>
Tested-by: Dmitry Lychagin <[email protected]>
> Illegal state error in the compiler
> -----------------------------------
>
> Key: ASTERIXDB-2527
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2527
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler
> Reporter: Dmitry Lychagin
> Assignee: Dmitry Lychagin
> Priority: Major
>
> The following query throws: ASX1038: Illegal state. $x
> {noformat}
> SELECT t
> FROM range(1, 4) t
> WHERE ANY x IN [2, 3] SATISFIES x - t + 2 = x END
> {noformat}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)