You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Felipe Gonçalves Marques <ma...@gmail.com> on 2020/11/08 21:49:17 UTC

Avro Schema Evolution with Enum – Deserialization Crashes

Hi, all!

I'm having a similar problem with Enum Schema Resolution as described in
this question on stack-overflow.

https://stackoverflow.com/questions/62596990/avro-schema-evolution-with-enum-deserialization-crashes

I experience this with both 1.9.2 and 1.10.0, and both specs state that:

"To match, one of the following must hold:

   - both schemas are enums whose (unqualified) names match"


Does anyone had this problem and know how to solve it? Or is it a bug?

Thanks!