Re: Avro schema doesn't honor backward compatibilty

2016-02-02 Thread Raghvendra Singh
o the datum reader knows that the field should be read. > > Does that make sense? > > rb > > On 02/01/2016 12:31 PM, Raghvendra Singh wrote: > >> down votefavorite >> < >> http://stackoverflow.com/questions/34733604/avro-schema-doesnt-honor-backward-compa

Re: Avro schema doesn't honor backward compatibilty

2016-02-02 Thread Raghvendra Singh
that helps. > > > > On Tue, Feb 2, 2016 at 1:44 PM, Raghvendra Singh <rsi...@appdynamics.com> > wrote: > >> Hi Ryan >> >> Thanks for your answer. Here is what i am doing in my environment >> >> 1. Write the data using the old schema >> >

Avro schema doesn't honor backward compatibilty

2016-02-01 Thread Raghvendra Singh
down votefavorite I have this avro schema { "namespace": "xx..x.x", "type": "record", "name": "MyPayLoad", "fields": [ {"name": "filed1", "type": "string"}, {"name": "filed2",

Re: Avro schema doesn't honor backward compatibilty

2016-02-01 Thread Raghvendra Singh
: >> { >> "type" : "array", >> "items": >> { >> "name": "MyRecord", >> "type": "record", >>