-
-
Notifications
You must be signed in to change notification settings - Fork 5
SchemaNotFoundInUnion with simple serialization #6
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
Comments
creativcoder
added a commit
that referenced
this issue
Nov 22, 2020
creativcoder
added a commit
that referenced
this issue
Nov 22, 2020
creativcoder
added a commit
that referenced
this issue
Nov 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've encountered an issue while trying to serialize a simple struct with union type into avro recrod.
Simple rust code to reproduce the issue:
And the result:
The funny thing is, that when I pass
None
into thefeed_reference
field, struct seems to serialize correctly.The same schema and struct serializes just fine using e.g avro-rs.
The text was updated successfully, but these errors were encountered: