GitHub user sohami opened a pull request: https://github.com/apache/drill/pull/1240
DRILL-6327: Update unary operators to handle IterOutcome.EMIT Note: Handles for Non-Blocking Unary operators (like Filter/Project/etc) with EMIT Iter.Outcome You can merge this pull request into a Git repository by running: $ git pull https://github.com/sohami/drill DRILL-6327 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/1240.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1240 ---- commit 74b9ead99cf1f92713ab9b81f23f680bd1a9cfff Author: Sorabh Hamirwasia <shamirwasia@...> Date: 2018-04-05T00:54:58Z DRILL-6327: Update unary operators to handle IterOutcome.EMIT Note: Handles for Non-Blocking Unary operators (like Filter/Project/etc) with EMIT Iter.Outcome ---- ---