[
https://issues.apache.org/jira/browse/PIG-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manu Zhang updated PIG-3944:
----------------------------
Attachment: PIG-3944.patch
> 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
> 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)