[
https://issues.apache.org/jira/browse/AVRO-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203237#comment-13203237
]
Scott Carey commented on AVRO-1006:
-----------------------------------
{quote}
I think we can fix the parser. I have been thinking about how to implement
Schema/Field/Protocol as immutable data structures and a requirement for that
is to prevent cyclic references in the Schema objects, which requires storing
name references and a name based schema registry – the same tools needed for
such a parser.
{quote}
Although we could make the parser work with use-before-define, it is probably a
good spec simplification to avoid it that will be easier to build and test
across languages.
> Fingerprints for Avro Schemas
> -----------------------------
>
> Key: AVRO-1006
> URL: https://issues.apache.org/jira/browse/AVRO-1006
> Project: Avro
> Issue Type: New Feature
> Components: java
> Reporter: Raymie Stata
> Assignee: Raymie Stata
> Labels: features
> Attachments: schema-fingerprinting.html, schema-fingerprinting.html,
> schema-fingerprinting.html
>
>
> Add function that returns a standardized, 64-bit fingerprint for schemas.
> Fingerprints are designed such that the chances of collisions is very, very
> low.
--
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