Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0.0, 1.1.0
-
None
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
Attachments
Issue Links
- relates to
-
DRILL-2288 ScanBatch violates IterOutcome protocol for zero-row sources [was: missing JDBC metadata (schema) for 0-row results...]
- Closed