Totally! This kind of information is really hard to find in a form that is suitable for new comers trying to understand how to use the avro-c API. This area in particular is pretty confusing.
On Fri, Mar 1, 2013 at 12:00 PM, Doug Cutting <[email protected]> wrote: > This example is great! Should we add it to Apache Avro? > > Doug > > On Thu, Feb 28, 2013 at 2:38 PM, Douglas Creager > <[email protected]> wrote: > >> Thanks for the informative reply. I look forward to the example code, > >> that is exactly what I'm after. > >> > >> I'm really struggling with my schema evolution testing. I thought I'd > >> post a question about schema projection because it seemed simpler but I > >> guess it also rests on creating a resolver. I have not found a clear and > >> simple example of how to do it using avro-c. I've trawled the test code > >> for examples but as I mention I can't find a clear and simple example. > > > > Alrighty, here you go: > > > > http://dcreager.github.com/avro-examples/resolved-writer.html > > > > And a git repo with the source code: > > > > https://github.com/dcreager/avro-examples/tree/master/resolved-writer > > > > I hope this helps — please let me know if you have any other questions. > > > > cheers > > –doug > > >
