We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
I have a schema that looks like this:
{ "type": "record", "name": "Name", "fields": [ { "name": "stacked", "type": ["null", "boolean"], "default": null }, { more fields }, { more fields }, ] }
When I try to produce a message containing a boolean value in the stacked property, I get this error:
stacked
cannot decode textual union: expected: '{'; actual: 'f' for key: "stacked"
But it works correctly without the property.
The text was updated successfully, but these errors were encountered:
#220 (comment)
Sorry, something went wrong.
No branches or pull requests
Hey!
I have a schema that looks like this:
When I try to produce a message containing a boolean value in the
stacked
property, I get this error:But it works correctly without the property.
The text was updated successfully, but these errors were encountered: