Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
If a field has a schema that unions NULL with an enum, Avro fails to resolve the union because Avro SerDe doesn't restore "enumness".
Since the enum datum is a String, avro internals check the union for a string schema, which is not present.
Attachments
Attachments
Issue Links
- is related to
-
AVRO-997 Generic API should require GenericEnumSymbol when writing Avro Enums
- Closed