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

Doug Cutting commented on AVRO-804:
-----------------------------------

Thrift-generated classes extend TBase, which permits efficient getting and 
setting of field values.  The list of Thrift fields can be obtained from static 
variables in the generated class. 

> Java: add ThriftDatumWriter and ThriftDatumReader
> -------------------------------------------------
>
>                 Key: AVRO-804
>                 URL: https://issues.apache.org/jira/browse/AVRO-804
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Doug Cutting
>
> Add a ThriftDatumWriter that accepts Thrift-generated classes and writes them 
> in Avro format, and a ThriftDatumReader that reads Avro data into a 
> Thrift-generated class.  This would permit storage of Thrift-generated data 
> structures in Avro data files.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to