Description
I've found out that when reading nested records, with a different read and write schema gives errors. The field that isn't in the read schema, is still read from the file, and therefore new fields potentially contain invalid data because it shares the position in the values array.