mtth / avsc

Avro for JavaScript :zap:
MIT License
1.27k stars 147 forks source link

Error "invalid union index: 3" while decoding #393

Closed hnguyen14 closed 2 years ago

hnguyen14 commented 2 years ago

Hi @mtth ! Thank you for this library! We've been successfully used this library until a recent hiccup.

This seems to be related to the union type and has been a head scratcher for us for some time already. Please advise.

hnguyen14 commented 2 years ago

Update: the source data was encoded with a different field order than the decoder.