GitHub user yuruiz opened a pull request:
https://github.com/apache/orc/pull/273
ORC-343 Enable C++ writer to support RleV2
1. Port RleV2 implementation from Java to C++
2. Add RleV2 relevant tests to C++
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yuruiz/orc dev/yuruiz/RLEv2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/273.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 #273
----
commit 3fba0988cbd7f324c5d21ae67f8cd50156957886
Author: Yurui Zhou <yurui.zyr@...>
Date: 2018-03-09T05:23:37Z
ORC-343 Enable C++ writer to support RleV2
1. Port RleV2 implementation from Java to C++
2. Add RleV2 relevant tests to C++
----
---