Hello,
I am working on the upgrade of Avro from 1.9 to 1.10.1.

I noticed a bad behaviour change about Schema.AVRO(Pojo.class).
Basically the new Avro version creates the Schema by sorting the
fields in alphabetical order and this is an incompatible schema
change.

More details here
https://github.com/apache/pulsar/pull/9898

and here
https://issues.apache.org/jira/browse/AVRO-2579

Am I missing something?

Thoughts ?

Enrico

Reply via email to