ChrisRx/quickavro

Avro array type not supported in python_to_union

gth828r opened this issue · 0 comments

It appears as though the Avro array type was left out of the python_to_union logic. I think you just need to add a new mapping to the p2a lookup table in convert.h of the form:

    {"list", "array"},

This change makes optional arrays possible.