[ 
https://issues.apache.org/jira/browse/PIG-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1212:
----------------------------

    Status: Patch Available  (was: Open)

> LogicalPlan.replaceAndAddSucessors produce wrong result when successors are 
> null
> --------------------------------------------------------------------------------
>
>                 Key: PIG-1212
>                 URL: https://issues.apache.org/jira/browse/PIG-1212
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.6.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0
>
>         Attachments: PIG-1212-1.patch
>
>
> The following script throw a NPE:
> a = load '1.txt' as (a0:chararray);
> b = load '2.txt' as (b0:chararray);
> c = join a by a0, b by b0;
> d = filter c by a0 == 'a';
> explain d;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to