Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-424

Documentation incorrect for deflate codec

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.3.1
    • doc
    • None
    • Reviewed

    Description

      The deflate codec is described as:

      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.

      The codec no longer has the length of the data encoded, as this is handled by the file format.

      Attachments

        1. AVRO-424.patch
          0.7 kB
          Scott Carey

        Activity

          People

            scott_carey Scott Carey
            scott_carey Scott Carey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: