Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-3631

IllegalStateException occurred when a table join another which returns empty

    XMLWordPrintableJSON

Details

    Description

      sql like:
      select t1.a from table1 as t1 join table2 as t2 on t1.id=t2.id where t2.c1>100.
      IllegalStateException occurred while t2 returns empty.
      error message:
      The incoming iterator has previously moved to a state of NONE. You should not be attempting to call next() again.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              徐波 徐波
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: