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


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.

Reply via email to