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

Cheolsoo Park updated PIG-3944:
-------------------------------

    Assignee: Manu Zhang

+1. Will commit it today.

> PigNullableWritable toString method throws NPE on null value
> ------------------------------------------------------------
>
>                 Key: PIG-3944
>                 URL: https://issues.apache.org/jira/browse/PIG-3944
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.12.1, 0.13.0
>            Reporter: Manu Zhang
>            Assignee: Manu Zhang
>         Attachments: PIG-3944.patch
>
>
> mValue could be null here (when "mNull == true")
> {code}
> @Override
> public String toString() {
>   return "Null: " + mNull + " index: " + mIndex + " " + mValue.toString();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to