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

40403 error code, schema not found message using default value for ENUM #78

Open
CroitoruAlex opened this issue May 22, 2024 · 0 comments

Comments

@CroitoruAlex
Copy link

hello, we are getting the schema not found error message when using a default value for an ENUM.

this is how our AVRO schema:
{ "name": "subjects", "type": { "type": "enum", "symbols": ['A', 'B', 'C', 'D'], "default": 'A' } }

Also as soon as we remove the default value, everything works fine.

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