Hi Roger, With the change proposed in https://issues.apache.org/jira/browse/AVRO-1443, you would be able to create a specific record using a generic builder API. That means we could write a generic conversion function that creates specific records. Would that work for you? C.
On Wed, Feb 5, 2014 at 10:23 AM, Roger Hoover <[email protected]>wrote: > Hi, > > I'm working with an existing API that hands me a GenericRecord. Is there > an easy way I can covert it into a SpecificRecord. Really I want to get it > into the code-generated object. > > Thanks, > > Roger > > >
