-
Notifications
You must be signed in to change notification settings - Fork 4
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
Output of reverse() does not align with output of parse() for the same word #86
Comments
@ruviet Thanks for mentioning the issue! Actually, the design is on purpose since sometimes the output from the |
@baseplate-admin Would like your thoughts on this one. |
I think the thought process is correct, Add something of raw reversal is the better way, since in avro the dictionary by design is lossy. |
Thanks for the quick response! |
If
parse('x') = y
,reverse('y')
should output exactly'x'
.Thanks a ton for making avro.py, btw :)
The text was updated successfully, but these errors were encountered: