Description
Writing records with the following schema fail when using the Reflect API:
{ "type" : "record", "name" : "simple_schema", "namespace" : "com.foo.bar", "fields" : [ { "name" : "foo", "type" : { "type" : "fixed", "name" : "bar", "size" : 2 } }, { "name" : "baz", "type" : [ "null", "bar" ], "default" : null } ] }
This was found by Harsh J Chouraria.
Attachments
Attachments
Issue Links
- is related to
-
AVRO-1056 ReflectData thinks the instance of a java.util.Map as a record type
- Closed