You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/09/30 23:55:23 UTC

[jira] Resolved: (AVRO-103) Record objects from different packages is not supported with the reflection API

     [ https://issues.apache.org/jira/browse/AVRO-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting resolved AVRO-103.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0

This was fixed as a part of AVRO-120.

> 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.1.0
>            Reporter: Eelco Hillenius
>             Fix For: 1.2.0
>
>         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.