Fokko Driesprong created AVRO-2663:
--------------------------------------
Summary: Projection on nested records does not work
Key: AVRO-2663
URL: https://issues.apache.org/jira/browse/AVRO-2663
Project: Apache Avro
Issue Type: Bug
Components: java
Affects Versions: 1.9.1
Reporter: Fokko Driesprong
Assignee: Fokko Driesprong
Fix For: 1.9.2
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)