[
https://issues.apache.org/jira/browse/AVRO-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879876#action_12879876
]
Doug Cutting commented on AVRO-580:
-----------------------------------
This can be implemented by making SpecificDatumReader, when it encounters a
schema whose name corresponds to no defined class, run the superclass
(GenericDatumReader) method. Similarly, when SpecificDatumWriter encounters a
non-specific class, it can punt to GenericDatumWriter.
> java: permit generic data within specific
> -----------------------------------------
>
> Key: AVRO-580
> URL: https://issues.apache.org/jira/browse/AVRO-580
> Project: Avro
> Issue Type: New Feature
> Components: java
> Reporter: Doug Cutting
> Assignee: Doug Cutting
> Fix For: 1.4.0
>
>
> It should be possible to intermix specific and generic data. For example, if
> some fields of a record have specific classes defined, while others do not,
> the latter should use the generic representation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.