Cheolsoo Park created PIG-2854:
----------------------------------
Summary: AvroStorage doesn't work with Avro 1.7.1
Key: PIG-2854
URL: https://issues.apache.org/jira/browse/PIG-2854
Project: Pig
Issue Type: Bug
Components: piggybank
Affects Versions: 0.10.0
Reporter: Cheolsoo Park
Assignee: Cheolsoo Park
PigAvroDatumWriter fails to compile against Avro 1.7.1 with the following error:
{code}
/home/cheolsoo/workspace/pig-trunk/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage/avro/PigAvroDatumWriter.java:119:
resolveUnion(org.apache.avro.Schema,java.lang.Object) in
org.apache.pig.piggybank.storage.avro.PigAvroDatumWriter cannot override
resolveUnion(org.apache.avro.Schema,java.lang.Object) in
org.apache.avro.generic.GenericDatumWriter; overridden method does not throw
java.io.IOException
protected int resolveUnion(Schema union, Object datum) throws IOException {
{code}
The problem is that a new method resolveUnion() is added to GenericDatumWriter
in Avro 1.6.x and 1.7.x, but this method conflicts with the one that already
exists in PigAvroDatatumWriter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira