You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by czxrrr <gi...@git.apache.org> on 2018/06/09 00:30:23 UTC

[GitHub] orc pull request #282: add SnappyCompressionStream

GitHub user czxrrr opened a pull request:

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

    add SnappyCompressionStream

    Currently ORC C++ only support writing with Zlib compression
    This branch aims to add support for Snappy compression

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

    $ git pull https://github.com/czxrrr/orc ORC-377

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

    https://github.com/apache/orc/pull/282.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 #282
    
----
commit 600d3987210fbe02fdc203e5068dfa61923a241f
Author: zherui cao <zh...@...>
Date:   2018-06-09T00:20:51Z

    add SnappyCompressionStream

----


---

[GitHub] orc pull request #282: ORC-377: [c++] Add SnappyCompressionStream

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

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


---

[GitHub] orc issue #282: ORC-377: [c++] Add SnappyCompressionStream

Posted by majetideepak <gi...@git.apache.org>.
Github user majetideepak commented on the issue:

    https://github.com/apache/orc/pull/282
  
    Can you add some tests for this?


---