Re: enum schema evolution

2023-05-05 Thread Brennan Vincent
> > Which one is the writer and which is the reader? > > Sent from my iPhone > >> On May 4, 2023, at 22:47, KV 59 > <mailto:kvajjal...@gmail.com>> wrote: >> >>  >> Hi, >> >> I see that that java Avro

Re: enum schema evolution

2023-05-05 Thread KV 59
4, 2023, at 22:47, KV 59 wrote: > >  > Hi, > > I see that that java Avro compatibility check doesn't work as per > specification for enum schema evolution. I have a the following schema > > { >> "type" : "record", >> "name" : &qu

Re: enum schema evolution

2023-05-05 Thread Brennan Vincent
Which one is the writer and which is the reader? Sent from my iPhone > On May 4, 2023, at 22:47, KV 59 wrote: > >  > Hi, > > I see that that java Avro compatibility check doesn't work as per > specification for enum schema evolution. I have a the following schema >&

enum schema evolution

2023-05-04 Thread KV 59
Hi, I see that that java Avro compatibility check doesn't work as per specification for enum schema evolution. I have a the following schema { > "type" : "record", > "name" : "TestEnumRec", > "namespace" : "com.fi