GitHub user rip-nsk opened a pull request:
https://github.com/apache/orc/pull/212
ORC-293: [C++] Fix RleEncoderV1 for case when sizeof(long) < sizeof(int64_t)
and minor related changes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rip-nsk/orc ORC-293
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/212.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 #212
----
commit 3ec5b72cd4e44d475fdfdbdbf3f7c5089a174a6c
Author: rip-nsk <rip.nsk@...>
Date: 2018-01-19T23:03:33Z
Fix RleEncoderV1 for case when sizeof(long) < sizeof(int64_t) and minor
related changes.
----
---