return produceEmptyFirstBatch();
}
incoming.kill(true);
IterOutcome upStream = incoming.next();
while (upStream == IterOutcome.OK || upStream == IterOutcome.OK_NEW_SCHEMA) {
// Clear the memory for the incoming batch
for (VectorWrapper<?> wrapper : incoming) {