[
https://issues.apache.org/jira/browse/AVRO-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879875#action_12879875
]
Philip Zeyliger commented on AVRO-580:
--------------------------------------
I'm not sure it's a good idea to encourage using multiple APIs in the same
code. Is this to facilitate making Pair easier to program (in which case, just
duplicate the 10 lines of code?), or is there a genuine use case when you want
to use one API for the first element of the pair, and a different API for the
second element?
> 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.