Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.11.2, 1.11.3
-
None
Description
AVRO-3601 fixed the install issue, but any schema with non-string custom attributes now fails to compile with an exception.
For example the following schema that cannot be compiled in 1.11.2, while it worked in earlier versions:
{ "type": "record", "name": "Test", "fields": [ { "name": "f1", "type": "string", "extra": { "custom1": "value", "custom2": true } } ] }