Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The case of using FLATTEN on nested lists appearing in TestComplexTypeReader.testNestedFlatten() yields no rows.
Part of the problem is that in the code generated by FlattenRecordBatch, the methods are empty.
(That test method doesn't check the results, so, previous to DRILL-2288 work, the problem was not detected.
However, with DRILL-2288 fixes, the flatten problem causes an IllegalArgumentException (logically, an assertion exception) in RecordBatchLoader, so the test is being disabled (with @Ignore) as part of DRILL-2288.)
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