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

Doug Cutting commented on AVRO-424:
-----------------------------------

I don't think this is a blocker for 1.3.0.  If we come up with something more 
serious, then we should include this in the next RC, but otherwise we might 
just include this in a 1.3.1 bugfix release.

> Documentation incorrect for deflate codec
> -----------------------------------------
>
>                 Key: AVRO-424
>                 URL: https://issues.apache.org/jira/browse/AVRO-424
>             Project: Avro
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.3.0
>
>         Attachments: AVRO-424.patch
>
>
> The deflate codec is described as:
> {quote}
> The "deflate" codec writes the length of the compressed data (as an 
> Avro-encoded long), followed by data compressed using the deflate algorithm 
> as specified in RFC 1951, and typically implemented using the zlib library. 
> Note that this format (unlike the "zlib format" in RFC 1950) does not have a 
> checksum. 
> {quote}
> The codec no longer has the length of the data encoded, as this is handled by 
> the file format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to