You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by omalley <gi...@git.apache.org> on 2018/05/22 21:46:37 UTC

[GitHub] orc pull request #272: ORC-367: Fix incorrect reads of boolean columns after...

GitHub user omalley opened a pull request:

    https://github.com/apache/orc/pull/272

    ORC-367: Fix incorrect reads of boolean columns after a seek.

    Fix #272
    
    Signed-off-by: Owen O'Malley <om...@apache.org>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/omalley/orc orc-367

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/272.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 #272
    
----
commit b0504f55e4a68de0c73b89ab5bccb2a673efe9b4
Author: Owen O'Malley <om...@...>
Date:   2018-05-22T21:43:06Z

    ORC-367: Fix incorrect reads of boolean columns after a seek.
    
    Fix #272
    
    Signed-off-by: Owen O'Malley <om...@apache.org>

----


---

[GitHub] orc pull request #272: ORC-367: Fix incorrect reads of boolean columns after...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/orc/pull/272


---