Avro schema not properly resolved on data file read.
----------------------------------------------------
Key: AVRO-677
URL: https://issues.apache.org/jira/browse/AVRO-677
Project: Avro
Issue Type: Bug
Components: java
Affects Versions: 1.4.0
Reporter: Patrick Linehan
Attachments: schema_test.tar.gz
Based on the "schema resolution and record names" thread:
http://mail-archives.apache.org/mod_mbox/avro-user/201010.mbox/thread
When reading records from a data file of type namespace1.Record1 using a
specific reader of type namespace2.Record2, reading succeeds even though schema
resolution should fail. Instead, this should require the use of aliases.
I'll be attaching a code example shortly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.