[
https://issues.apache.org/jira/browse/ORC-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16490196#comment-16490196
]
ASF GitHub Bot commented on ORC-343:
------------------------------------
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++
----
> Enable C++ writer to support RleV2
> ----------------------------------
>
> Key: ORC-343
> URL: https://issues.apache.org/jira/browse/ORC-343
> Project: ORC
> Issue Type: New Feature
> Components: C++
> Reporter: Yurui Zhou
> Priority: Major
>
> Currently only the Java implementation support RleV2 encoder, the C++
> implementation only support RleV2 decoding.
> The issue aims to enable the c++ writer to support RleV2 encoding.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)