actgardner / gogen-avro

Generate Go code to serialize and deserialize Avro schemas
MIT License
365 stars 85 forks source link

Unknown enum instead of default enum #199

Open YoussefOuirini opened 1 year ago

YoussefOuirini commented 1 year ago

Basically same issue as here on v10.2.1

Error:

"Runtime error: Unexpected value for enum, frame: {false 0 4 0 0 []  false}, pc: 0xc000302e10"

Expected: default "UNKNOWN" symbol to be used instead of error

actgardner commented 7 months ago

Hi @YoussefOuirini. If you're still interested in this issue can you provide the complete schema?