Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6181D178F2 for ; Tue, 14 Apr 2015 21:14:59 +0000 (UTC) Received: (qmail 86750 invoked by uid 500); 14 Apr 2015 21:14:59 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 86675 invoked by uid 500); 14 Apr 2015 21:14:58 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 86663 invoked by uid 99); 14 Apr 2015 21:14:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 21:14:58 +0000 Date: Tue, 14 Apr 2015 21:14:58 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-10333) LLAP: NPE due to failure to find position MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 = ; {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)