linkedin / avro-util

Collection of utilities to allow writing java code that operates across a wide range of avro versions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deserialization error when using union for string type

patelprateek opened this issue · comments

Hi

I am using fastDesrializer for a file written using avro 1.8.2 , whenever parsing using fastdesrializer code , i run into
Illegal union index for ... error ?
Any idea what could be the possible reason ?

could you include a complete repro please? a junit or code snippet?