GitHub user h4ma opened a pull request:
https://github.com/apache/avro/pull/31
Snappy support for Ruby
Hello. I wanted to parse Avro/Snappy files quickly in Ruby, but I realized
the official avro.gem didn't have it. So I've made a bit of change to your code
to have it. I'm not sure if this can be officially merged but I think there're
some people who wants this. :) Thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/h4ma/avro trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/31.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 #31
----
commit ea7140a4744e26cb139b5bde67fa270eb5f7d32a
Author: Hirobumi Hama <[email protected]>
Date: 2015-03-31T12:16:30Z
added snappy codec
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---