Closed vrsandeep closed 3 years ago
Hi @vrsandeep , thank you for the contribution! Can you please:
test_utils.py
in https://github.com/hchasestevens/avro2py/tree/master/tests , following the conventions established in the existing test files.avro2py
, but will work on your new branch) against canned test data ( feel free to use https://github.com/hchasestevens/avro2py/blob/master/tests/sample_schema.avsc , which has some existing array
types in various messages)@hchasestevens added a property based test showing the difference of output produced by the fix and bumped the version
@hchasestevens Are the changes ok? Any other concerns?
@hchasestevens pinging again, if you missed the previous notification
@vrsandeep Looks good to me, thanks again for submitting the fix.
Adds a converter for handling
array
types in schema