You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2014/10/02 19:19:33 UTC

[jira] [Commented] (HIVE-8332) Reading an ACID table with vectorization on results in NPE

    [ https://issues.apache.org/jira/browse/HIVE-8332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156791#comment-14156791 ] 

Alan Gates commented on HIVE-8332:
----------------------------------

[~vikram.dixit] I'd like to get this into 0.14 as it makes it impossible to use vectorization on transactional tables.

> 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)