Record objects from different packages is not supported with the reflection API
-------------------------------------------------------------------------------
Key: AVRO-103
URL: https://issues.apache.org/jira/browse/AVRO-103
Project: Avro
Issue Type: New Feature
Components: java
Affects Versions: 1.0.0, 1.0.1
Reporter: Eelco Hillenius
Fix For: 1.0.1
Attachments: AVRO-103.patch
Currently it is not possible to work with record objects that come from
different packages with the reflection API. ReflectDatumReader's constructors
require a package name to be passed in, which it later uses when trying to
instantiate the data it reads. Not sure where that requirement comes from,
since the namespace/ package is actually recorded as part of the meta data.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.