Details
Description
the avro's java api org.apache.avro.reflect.ReflectData.isRecord() should add the following code.
if (datum instanceof Map) return false;
Attachments
Attachments
Issue Links
- relates to
-
AVRO-1525 Java: ReflectData cannot resolve union with fixed
- Closed