Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2528

Illegal state exception in the compiler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • COMP - Compiler
    • None

    Description

      java.lang.Exception: IllegalStateException: []:[$x]

      thrown for the following query:

      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);
      

      Attachments

        Activity

          People

            dlychagin-cb Dmitry Lychagin
            dlychagin-cb Dmitry Lychagin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: