GitHub user postamar opened a pull request:

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

    AVRO-1976: Add Input/OutputFormat to read/write encoded objects

    `AvroEncodedInputFormat` reads a container file input split as key-value 
pairs in which the key is the file header and the value is the decompressed 
file data block. `AvroEncodedOutputFormat`follows the same logic for writing. 
See `TestAvroEncodedInputAndOutputFormats` for usage examples.

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

    $ git pull https://github.com/postamar/avro AVRO-1976

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

    https://github.com/apache/avro/pull/182.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 #182
    
----
commit 74d904b463fd7ae6acc1998350de437ea2aa8a83
Author: Marius Posta <[email protected]>
Date:   2017-01-03T18:52:52Z

    AVRO-1976: Add Input/OutputFormat to read/write encoded objects

----


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

Reply via email to