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 <omal...@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 <omalley@...> 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 <omal...@apache.org> ---- ---