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


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