Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.15.0
-
None
-
None
-
None
Description
Run the unit test CsvTest from the master branch in the Eclipse debugger. The test will emit the following to the console:
17:54:58.347 [238e068f-7d4e-838b-7e9e-b6958f977f65:frag:0:0] ERROR o.a.d.e.physical.impl.BaseRootExec - Batch dump started: dumping last 2 failed batches 17:54:58.351 [238e068f-7d4e-838b-7e9e-b6958f977f65:frag:0:0] ERROR o.a.d.e.p.i.v.IteratorValidatorBatchIterator - IteratorValidatorBatchIterator[container=org.apache.drill.exec.record.VectorContainer@549d2d70[recordCount = 0, schemaChanged = true, schema = null, wrappers = [], ...], instNum=3, batchTypeName=ScanBatch, lastSchema=null, lastNewSchema=null] 17:54:58.351 [238e068f-7d4e-838b-7e9e-b6958f977f65:frag:0:0] ERROR o.a.d.exec.physical.impl.ScanBatch - ScanBatch[container=org.apache.drill.exec.record.VectorContainer@549d2d70[recordCount = 0, schemaChanged = true, schema = null, wrappers = [], ...], currentReader=CompliantTextRecordReader[File=file:/Users/paulrogers/git/drill/exec/java-exec/target/org.apache.drill.exec.store.easy.text.compliant.TestCsv/data/case1.csv, reader=TextReader[Line=1, Column=2, Record=1, Byte pos=2]], schema=null] 17:54:58.351 [238e068f-7d4e-838b-7e9e-b6958f977f65:frag:0:0] ERROR o.a.d.e.physical.impl.BaseRootExec - Batch dump completed.
The tests all pass. It is not clear why we get the above error. However, it is something that should be investigated and fixed since it causes "noise" when trying to get a clean test run.
Attachments
Issue Links
- relates to
-
DRILL-6724 Dump operator context to logs when error occurs during query execution
- Resolved