You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by rdblue <gi...@git.apache.org> on 2016/09/10 22:59:39 UTC

[GitHub] avro pull request #121: AVRO-1873: Add CRC32 checksum to Snappy-compressed b...

GitHub user rdblue opened a pull request:

    https://github.com/apache/avro/pull/121

    AVRO-1873: Add CRC32 checksum to Snappy-compressed blocks.

    Java and other implementations require this CRC32 checksum of the
    uncompressed content in order to read the data. This implements the
    checksum, with backward-compatibility for files written by old versions
    of avro-ruby. If the checksum doesn't match, avro-ruby will decompress
    the incoming bytes and pass them on assuming that the file is from an
    old reader.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rdblue/avro AVRO-1873-fix-snappy-checksum

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/121.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #121
    
----
commit 202db76952a1a682b7bb14a5ab7d040674bee777
Author: Ryan Blue <bl...@apache.org>
Date:   2016-09-10T22:57:30Z

    AVRO-1873: Add CRC32 checksum to Snappy-compressed blocks.
    
    Java and other implementations require this CRC32 checksum of the
    uncompressed content in order to read the data. This implements the
    checksum, with backward-compatibility for files written by old versions
    of avro-ruby. If the checksum doesn't match, avro-ruby will decompress
    the incoming bytes and pass them on assuming that the file is from an
    old reader.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] avro pull request #121: AVRO-1873: Add CRC32 checksum to Snappy-compressed b...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/avro/pull/121


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---