This looks like a bug to me. Can you please file an issue in Jira? https://issues.apache.org/jira/browse/AVRO
Thanks, Doug On Fri, Sep 21, 2012 at 6:25 AM, Dave Beech <[email protected]> wrote: > Hi, > > Is there a reason why the configure method is called twice on > AvroMapper instances? > > I can see that it would be called once by reflection when the instance > is created using Hadoop's ReflectionUtils (HadoopMapper, line 43), but > then it is also called again explicitly a couple of lines later. In a > comment in one of the unit tests (TestWeather.java) it even says "// > gets called twice for some reason, so loosen this check" ! > > Isn't the second call redundant? > > Thanks, > Dave
