Manu Zhang created PIG-3944:
-------------------------------

             Summary: 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


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