徐波 created DRILL-3631:
-------------------------

             Summary: IllegalStateException occurred when a table join another 
which returns empty
                 Key: DRILL-3631
                 URL: https://issues.apache.org/jira/browse/DRILL-3631
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Relational Operators
    Affects Versions: 1.1.0, 1.0.0
            Reporter: 徐波
            Assignee: Chris Westin


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to