The `state` is converted to `lastOutcome` in `next()` which represents last outcome of `next()` invocation and `failed` represents if there was an `Exception` thrown during `next()` execution. But you are right that there are unnecessary settings of `failed` and `lastOutcome` fields, so moved managing of the fields of child classes to the class only.
[ Full content available at: https://github.com/apache/drill/pull/1455 ] This message was relayed via gitbox.apache.org for [email protected]
