[
https://issues.apache.org/jira/browse/ORC-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332982#comment-16332982
]
ASF GitHub Bot commented on ORC-293:
------------------------------------
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.
----
> RleEncoderV1::writeVulong works incorrectly if (sizeof(long) <
> sizeof(int64_t))
> -------------------------------------------------------------------------------
>
> Key: ORC-293
> URL: https://issues.apache.org/jira/browse/ORC-293
> Project: ORC
> Issue Type: Bug
> Reporter: rip.nsk
> Assignee: rip.nsk
> Priority: Blocker
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)