[
https://issues.apache.org/jira/browse/AVRO-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731202#action_12731202
]
Doug Cutting commented on AVRO-23:
----------------------------------
> What if records of the same name creeps in due to inclusion and transitive
> closure calculation?
That would be an error. Since toString() fails on such schemas, this is
implemented correctly. One cannot write data without at some point calling
toString() on a schema, even if only to cache its MD5 hash.
> Schema.toString() fails for a union of versioned records.
> ---------------------------------------------------------
>
> Key: AVRO-23
> URL: https://issues.apache.org/jira/browse/AVRO-23
> Project: Avro
> Issue Type: Improvement
> Components: java
> Reporter: Hong Tang
>
> Schema.toString() fails to create a string representation for a union that
> contains versioned records.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.