mathworks-ref-arch / matlab-avro

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

DataFileReader error throwing issue - invalid identifier #9

Open mithom opened 1 year ago

mithom commented 1 year ago

matlab exception identifiers cannot contains .'s. the current exception throws an error while creating the exception, hiding the real exception. possibly solution, replacing the .'s with :'s