[
https://issues.apache.org/jira/browse/PIG-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olga Natkovich updated PIG-849:
-------------------------------
Affects Version/s: 0.2.0
Fix Version/s: 0.3.0
> 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
> Fix For: 0.3.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.