You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by George Fletcher <gf...@aol.com> on 2012/09/14 21:38:07 UTC

IDL return type of map causes run-time errors

Hi,

We've run into an issue with AVRO IDL schema run-time processing where 
an IDL method of ...

     map<Bar> getBars();

generates exceptions at run-time due to the schema processing in 
SpecificData.java.

I've filed a JIRA ticket...

https://issues.apache.org/jira/browse/AVRO-1166

Thanks,
George