[
https://issues.apache.org/jira/browse/AVRO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacob Rideout updated AVRO-424:
-------------------------------
Affects Version/s: (was: 1.3.1)
1.3.0
> 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.