[
https://issues.apache.org/jira/browse/HIVE-8332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167279#comment-14167279
]
Owen O'Malley commented on HIVE-8332:
-------------------------------------
+1 except for the commented out line of code.
> 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
>
> Attachments: HIVE-8332.patch
>
>
> 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)