You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/25 20:20:00 UTC

[jira] [Commented] (DRILL-6327) Update unary operators to handle IterOutcome.EMIT

    [ https://issues.apache.org/jira/browse/DRILL-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453022#comment-16453022 ] 

ASF GitHub Bot commented on DRILL-6327:
---------------------------------------

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

----


> Update unary operators to handle IterOutcome.EMIT
> -------------------------------------------------
>
>                 Key: DRILL-6327
>                 URL: https://issues.apache.org/jira/browse/DRILL-6327
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Parth Chandra
>            Priority: Major
>
> IterOutcome.EMIT is a new state introduced by the Lateral Join implementation. All operators need to be updated to handle it.
> This Jira is to track the subtask of updating the unary operators (derived from AbstractSingleRecordBatch).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)