Hi Nick, As you've maybe noticed, getField(record, name, pos) is inherited from Avro's SpecificDatumReader [0].
If there is an error compiling, I can only imagine it is because Avro is not available at compile time? [0] http://svn.apache.org/viewvc/avro/tags/release-1.3.3/lang/java/src/java/org/apache/avro/specific/SpecificDatumReader.java?view=markup On Tue, Jun 18, 2013 at 10:28 AM, buzz heavyyear <[email protected]>wrote: > Hi, > > I'm busy reading through your excellent code, compiling various snippets > to understand how things work and I'm having problems in trying to compile > PersistentDatumReader - it's unable to find getField(record, name, pos) and > setField(record, name, pos, ....) in Object readRecord(Object old, Schema > expected, ResolvingDecoder in); > > I have a feeling that I've missed an installation step somewhere. Could > anyone give me a pointer on what I should have done to get this to compile. > > Thanks, > Nick. > -- *Lewis*

