Alan Gates created HIVE-8332:
--------------------------------
Summary: Reading an ACID table with vectorization on results in NPE
Key: HIVE-8332
URL: https://issues.apache.org/jira/browse/HIVE-8332
Project: Hive
Issue Type: Bug
Components: Transactions, Vectorization
Affects Versions: 0.14.0
Reporter: Alan Gates
Assignee: Alan Gates
Priority: Critical
Fix For: 0.14.0
On a transactional table, insert some data, then with vectorization turned on
do a select. The result is:
{code}
Caused by: java.lang.NullPointerException at
org.apache.hadoop.hive.ql.io.orc.OrcInputFormat$1.getObjectInspector(OrcInputFormat.java:1137)
at
org.apache.hadoop.hive.ql.io.orc.VectorizedOrcAcidRowReader.<init>(VectorizedOrcAcidRowReader.java:61)
at
org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.getRecordReader(OrcInputFormat.java:1041)
at
org.apache.hadoop.hive.ql.io.HiveInputFormat.getRecordReader(HiveInputFormat.java:246)
... 25 more
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)