AvroStorage doesn't work with Avro 1.6.0
----------------------------------------
Key: PIG-2463
URL: https://issues.apache.org/jira/browse/PIG-2463
Project: Pig
Issue Type: Bug
Components: piggybank
Affects Versions: 0.9.0
Reporter: Bill Graham
For starters, {{PigAvroDatumReader}} fails to compile, since
{{GenericDatumReader.newRecord(Object old, Schema schema)}} went away in Avro
1.6.0.
{noformat}
[javac] Compiling 159 source files to
/Users/billg/ws/git/pig/contrib/piggybank/java/build/classes
[javac]
/Users/billg/ws/git/pig/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage/avro/PigAvroDatumReader.java:136:
method does not override or implement a method from a supertype
[javac] @Override
[javac]
{noformat}
--
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