You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Carey (JIRA)" <ji...@apache.org> on 2010/02/20 01:34:27 UTC

[jira] Created: (AVRO-424) Documentation incorrect for deflate codec

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.


[jira] Updated: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Jacob Rideout (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Carey updated AVRO-424:
-----------------------------

    Attachment: AVRO-424.patch

doc patch for 1.3.0 rc2

> 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.


[jira] Commented: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Carey updated AVRO-424:
-----------------------------

    Status: Patch Available  (was: Open)

> 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.


[jira] Commented: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837532#action_12837532 ] 

Scott Carey commented on AVRO-424:
----------------------------------

Doh, missed this in RC2.  If there's an RC3 ...

> 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.


[jira] Updated: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-424:
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.0)
                   1.3.1
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Scott!

> 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.1
>
>         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.


[jira] Commented: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837539#action_12837539 ] 

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

Oops.  I missed this one!  Sorry!

> 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.


[jira] Updated: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Carey updated AVRO-424:
-----------------------------

    Affects Version/s: 1.3.0
        Fix Version/s: 1.3.0
             Assignee: Scott Carey

> 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.


[jira] Updated: (AVRO-424) Documentation incorrect for deflate codec

Posted by "Jacob Rideout (JIRA)" <ji...@apache.org>.
     [ 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.0)
                       1.3.1

> 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.1
>            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.