You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Dmitry Lychagin (JIRA)" <ji...@apache.org> on 2019/03/07 23:00:00 UTC

[jira] [Created] (ASTERIXDB-2527) Illegal state error in the compiler

Dmitry Lychagin created ASTERIXDB-2527:
------------------------------------------

             Summary: 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


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)