You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/11/12 02:44:39 UTC

[jira] Assigned: (PIG-849) Local engine loses records in splits

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

Alan Gates reassigned PIG-849:
------------------------------

    Assignee: Gunther Hagleitner

> Local engine loses records in splits
> ------------------------------------
>
>                 Key: PIG-849
>                 URL: https://issues.apache.org/jira/browse/PIG-849
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.2.0
>            Reporter: Gunther Hagleitner
>            Assignee: Gunther Hagleitner
>             Fix For: 0.4.0
>
>         Attachments: local_engine.patch, local_engine.patch
>
>
> When there is a split in the physical plan records can be dropped in certain circumstances.
> The local split operator puts all records in a databag and turns over iterators to the POSplitOutput operators. The problem is that the local split also adds STATUS_NULL records to the bag. That will cause the databag's iterator to prematurely return false on the hasNext call (so a STATUS_NULL becomes a STATUS_EOP in the split output operators).

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