[
https://issues.apache.org/jira/browse/AVRO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836068#action_12836068
]
Scott Carey commented on AVRO-424:
----------------------------------
bq. doc patch for 1.3.0 rc2
Um... rc1. Off by one bug.
> Documentation incorrect for deflate codec
> -----------------------------------------
>
> Key: AVRO-424
> URL: https://issues.apache.org/jira/browse/AVRO-424
> Project: Avro
> Issue Type: Bug
> Reporter: Scott Carey
> 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.