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

Scott Carey commented on AVRO-1006:
-----------------------------------

{quote}
A three string array can be encoded in Avro binary as:
<1><string1><1><string2><1><string3><0> or <3><string1><string2><string3><0>
{quote}

Oh, I see.  You mean that the binary representation of an avro array has 
multiple forms. That is an issue.  We could require that the single block form 
for arrays/maps is used.  I believe this is easier than implementing and 
testing a conforming json stringification in every language. 
                
> 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

        

Reply via email to