-
Notifications
You must be signed in to change notification settings - Fork 95
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
An issue with encoding #23
Comments
Yeah, that is wrong. Will add a test for this case and see what is going on. Thanks for reporting. |
This should be fixed in v0.5.3. Please let me know if this fixes things for you? Thanks again. |
Yay, it works! Thanks for fixing it so quick! |
No worries. Thanks again for reporting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if it is by design or not, but when not specifying all tags I get a badly encoded byte array. For example:
The output is:
00000000 08 74 65 73 74 00 |.test.|
(it misses00
and it's not correctly binary serialized avro object)I would expect having default values encoded, even if they are not specified in a struct.
The text was updated successfully, but these errors were encountered: