ChrisRx/quickavro

Fixed type should use python bytes

gth828r opened this issue · 0 comments

Currently, the API assumes a Fixed value comes in from Python as a unicode string. Instead, it should be treated as type bytes. This is a spin-off of #2.