Description
I am currently debugging an issue where I am getting an ArrayIndexOutOfBoundsException from the decoder while reading some Avro data. Turns out that the integer indicating number of bytes to read next is negative. It would be better if a more helpful error message were provided.
Attachments
Attachments
Issue Links
- relates to
-
AVRO-1200 DatumWriter can write malformed data if collection is modified during write
- Closed