[
https://issues.apache.org/jira/browse/AVRO-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014228#comment-17014228
]
ASF subversion and git services commented on AVRO-2663:
-------------------------------------------------------
Commit 2fba6f606b08140d0ef75b610c028f1b7872e06a in avro's branch
refs/heads/master from Fokko Driesprong
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2fba6f6 ]
AVRO-2663: Record inside of Union is not resolved properly (#752)
* [AVRO-2663] Bug with nested record
* Compare the names as well
* Apply stylecheck
* Fix some docs
* Make spotless happy
* Remove unused statement
* Fix Spotless error
> 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
> Priority: Critical
> 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)