You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/08 03:49:11 UTC

[jira] [Commented] (ORC-81) Add support for lzo and lz4 to c++ reader

    [ https://issues.apache.org/jira/browse/ORC-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367174#comment-15367174 ] 

ASF GitHub Bot commented on ORC-81:
-----------------------------------

GitHub user omalley opened a pull request:

    https://github.com/apache/orc/pull/47

    ORC-81 Add support for LZO and LZ4 in the C++ reader.

    * Add lz4 to the c++/libs.
    * Add example files for lzo and lz4 from the java writer.
    * Add tests for the new example files and compression codecs.
    * Refactored the snappy codec so that each of the block compressed codecs shares almost all of the code.

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

    $ git pull https://github.com/omalley/orc orc-81

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

    https://github.com/apache/orc/pull/47.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 #47
    
----
commit f8ae70aa2041cb621c3405c0d83831e148283b83
Author: Owen O'Malley <om...@apache.org>
Date:   2016-07-05T15:16:03Z

    ORC-77. Implement LZO and LZ4 compression codecs.

commit 199f0c6c375bcf0193c815e4c6ea6ceced0a3f23
Author: Owen O'Malley <om...@apache.org>
Date:   2016-07-07T23:44:07Z

    ORC-81 Add lzo and lz4 support for the C++ reader.

----


> Add support for lzo and lz4 to c++ reader
> -----------------------------------------
>
>                 Key: ORC-81
>                 URL: https://issues.apache.org/jira/browse/ORC-81
>             Project: Orc
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 1.2.0
>
>
> Since ORC-77 is adding support for LZO and LZ4 to the Java reader and writer, we need to add matching support for the C++ reader.
> I propose that we port the aircompressor Java LzoDecompressor to C++ so that we end up with an Apache licensed C++ lzo decompressor.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)