You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/05/22 16:28:00 UTC

[jira] [Created] (ORC-367) Incorrect reading of boolean value with latest version

Jesus Camacho Rodriguez created ORC-367:
-------------------------------------------

             Summary: Incorrect reading of boolean value with latest version
                 Key: ORC-367
                 URL: https://issues.apache.org/jira/browse/ORC-367
             Project: ORC
          Issue Type: Test
            Reporter: Jesus Camacho Rodriguez


HIVE-19465 is the issue to upgrade Hive to latest 1.5.0.

While upgrading, there are two tests that fail:
{code}
org.apache.hadoop.hive.ql.io.orc.TestOrcFile.testSeek
org.apache.hadoop.hive.ql.io.orc.TestOrcFile.testZeroCopySeek
{code}

Problem seems to be at reading time for boolean type (value always false). Reverting ORC-187 (which was pushed in 1.5.0) from release fixes those tests, hence I am wondering whether this is a bug introduced by that patch or maybe I need to change something in Hive side that I am missing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)