mathworks-ref-arch / matlab-avro

MATLAB interface for Apache Avro files.
Other
9 stars 2 forks source link

schema deserialising doesn't work when using an imported class. easy fix provided #8

Open mithom opened 1 year ago

mithom commented 1 year ago

AvroHelper.m line 83 should be changed from inputData.getSchema.getName to inputData.getSchema.getFullName; image