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 <zherui.cao@...>
Date: 2018-06-09T00:20:51Z
add SnappyCompressionStream
----
---