You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by sohami <gi...@git.apache.org> on 2018/04/25 20:19:51 UTC

[GitHub] drill pull request #1240: DRILL-6327: Update unary operators to handle IterO...

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 <sh...@...>
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

----


---

[GitHub] drill issue #1240: DRILL-6327: Update unary operators to handle IterOutcome....

Posted by parthchandra <gi...@git.apache.org>.
Github user parthchandra commented on the issue:

    https://github.com/apache/drill/pull/1240
  
    +1. Very nicely done.


---

[GitHub] drill pull request #1240: DRILL-6327: Update unary operators to handle IterO...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/drill/pull/1240


---

[GitHub] drill issue #1240: DRILL-6327: Update unary operators to handle IterOutcome....

Posted by sohami <gi...@git.apache.org>.
Github user sohami commented on the issue:

    https://github.com/apache/drill/pull/1240
  
    @parthchandra - please help to review this PR.


---