You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
Just so we can specify enums in the Avro schemas to avoid as many mistakes as possible I tried mapping enums to strings. It can't handle optional values (union with null would require proper values I think), but otherwise seems to work.
Avro's SpecificData requires a Java enum. Is it even possible to annotate and expand top-level Java definitions?
The text was updated successfully, but these errors were encountered: