You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Richard Ding (JIRA)" <ji...@apache.org> on 2013/12/04 20:58:35 UTC

[jira] [Created] (PIG-3608) ClassCastException when looking up a value from AvroMapWrapper using a Utf8 key

Richard Ding created PIG-3608:
---------------------------------

             Summary: ClassCastException when looking up a value from AvroMapWrapper using a Utf8 key
                 Key: PIG-3608
                 URL: https://issues.apache.org/jira/browse/PIG-3608
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: 0.12.0
            Reporter: Richard Ding
            Priority: Minor


One got the following exception:

{code}
java.lang.ClassCastException: org.apache.avro.util.Utf8 incompatible with java.lang.String 
    at org.apache.pig.impl.util.avro.AvroMapWrapper.get(AvroMapWrapper.java:80)
{code}

This is related to the change by PIG-3420.



--
This message was sent by Atlassian JIRA
(v6.1#6144)