Description
HIVE-19465 is the issue to upgrade Hive to latest 1.5.0.
While upgrading, there are two tests that fail:
org.apache.hadoop.hive.ql.io.orc.TestOrcFile.testSeek org.apache.hadoop.hive.ql.io.orc.TestOrcFile.testZeroCopySeek
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.
Attachments
Issue Links
- relates to
-
ORC-187 Simplify BitFieldReader to only support single bits
- Closed
-
HIVE-19465 Upgrade ORC to 1.5.0
- Closed
- links to