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

ASF GitHub Bot commented on FLINK-996:
--------------------------------------

GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/incubator-flink/pull/56

    [FLINK-996] Fix for union replacement

    The problem was that the BinaryUnionNodes were only replaced for the first 
output channel instead for all.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillrohrmann/incubator-flink FLINK-996

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/56.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 #56
    
----
commit ccb7ab2a7a21fc3b084313924a39799c19113639
Author: Till Rohrmann <[email protected]>
Date:   2014-07-02T14:00:55Z

    Fix for union replacement

----


> NullPointerException while translating union node
> -------------------------------------------------
>
>                 Key: FLINK-996
>                 URL: https://issues.apache.org/jira/browse/FLINK-996
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>
> The NepheleJobGraphGenerator throws a NullPointerException when translating a 
> binary union operator. The BinaryUnionPlanNode is not replaced by a 
> NAryUnionPlanNode and thus is still treated as a DualInputVertex. Accessing 
> the driver code of the BinaryUnionPlanNode causes then the 
> NullPointerException.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to