You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2010/04/08 23:36:36 UTC

[jira] Updated: (PIG-1369) POProject does not handle null tuples and non existent fields in some cases

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

Pradeep Kamath updated PIG-1369:
--------------------------------

    Status: Patch Available  (was: Open)

> POProject does not handle null tuples and non existent fields in some cases
> ---------------------------------------------------------------------------
>
>                 Key: PIG-1369
>                 URL: https://issues.apache.org/jira/browse/PIG-1369
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Pradeep Kamath
>            Assignee: Pradeep Kamath
>         Attachments: PIG-1369.patch
>
>
> If a field (which is of type Tuple) in the data in null, POProject throws a NullPointerException. Also while projecting fields form a bag if a certain tuple in the bag does not contain a field being projected, an IndexOutofBoundsException is thrown. Since in a similar situation (accessing a non exisiting field in input tuple), POProject catches the IndexOutOfBoundsException and returns null, it should do the same for the above two cases and other cases where similar situations occur.

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