Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of a fallback default for Enum types #91

Closed
thake opened this issue Dec 29, 2020 · 1 comment
Closed

Support of a fallback default for Enum types #91

thake opened this issue Dec 29, 2020 · 1 comment

Comments

@thake
Copy link
Member

thake commented Dec 29, 2020

Implement support for Enum type specific "fallback defaults" that can be used to support schema evolution. If a reader does not recognize the enum value in the avro message, it will fallback to the enum default. This is not to be mistaken with the default value that can be specified for fields. See https://issues.apache.org/jira/browse/AVRO-1340 and https://avro.apache.org/docs/current/spec.html#Enums for more details.

@thake
Copy link
Member Author

thake commented Dec 30, 2020

Implemented with #90 by @kossi

@thake thake closed this as completed Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant