Sergey Shelukhin created HIVE-10333:
---------------------------------------
Summary: LLAP: NPE due to failure to find position
Key: HIVE-10333
URL: https://issues.apache.org/jira/browse/HIVE-10333
Project: Hive
Issue Type: Sub-task
Reporter: Sergey Shelukhin
Assignee: Sergey Shelukhin
{noformat}
java.lang.NullPointerException
at
org.apache.hadoop.hive.ql.io.orc.InStream.findCompressedPosition(InStream.java:793)
at
org.apache.hadoop.hive.ql.io.orc.InStream.uncompressStream(InStream.java:611)
at
org.apache.hadoop.hive.ql.io.orc.EncodedReaderImpl.readEncodedColumns(EncodedReaderImpl.java:346)
at
org.apache.hadoop.hive.llap.io.encoded.OrcEncodedDataReader.callInternal(OrcEncodedDataReader.java:290)
at
org.apache.hadoop.hive.llap.io.encoded.OrcEncodedDataReader.callInternal(OrcEncodedDataReader.java:48)
at org.apache.hadoop.hive.common.CallableWithNdc.call(CallableWithNdc.java:37)
... 4 more
{noformat}
Example query {noformat}
select * from lineitem where l_orderkey = <constant>;
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)