[ 
https://issues.apache.org/jira/browse/AVRO-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215385#comment-13215385
 ] 

Marcio Silva commented on AVRO-283:
-----------------------------------

After following the discussion in AVRO-1022, I decided to hold off on my 
original plan for creating specific records using meta-classes until a 
consensus developed about widening names beyond the existing spec.

I think the remaining issues with named records in AVRO-973 can be resolved 
with the the addition of a schema accessor, so that's what I've implemented.  I 
tried to preserve backwards compatability with the existing DatumReader 
implementation (though the addition of field name validation to __setitem__ in 
the GenericRecord could be an issue for users that added other properties to 
datums previously read).
                
> Change the new Python implementation from dictionaries to objects
> -----------------------------------------------------------------
>
>                 Key: AVRO-283
>                 URL: https://issues.apache.org/jira/browse/AVRO-283
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>         Attachments: AVRO-283.patch, AVRO-283_generic.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to