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 671DF10A9B for ; Tue, 9 Apr 2013 20:12:16 +0000 (UTC) Received: (qmail 92581 invoked by uid 500); 9 Apr 2013 20:12:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 92516 invoked by uid 500); 9 Apr 2013 20:12:15 -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 92505 invoked by uid 500); 9 Apr 2013 20:12:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 92502 invoked by uid 99); 9 Apr 2013 20:12:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 20:12:15 +0000 Date: Tue, 9 Apr 2013 20:12:15 +0000 (UTC) From: "Kevin Wilfong (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4189) ORC fails with String column that ends in lots of nulls MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wilfong updated HIVE-4189: -------------------------------- Attachment: HIVE-4189.2.patch.txt > ORC fails with String column that ends in lots of nulls > ------------------------------------------------------- > > Key: HIVE-4189 > URL: https://issues.apache.org/jira/browse/HIVE-4189 > Project: Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 0.11.0 > Reporter: Kevin Wilfong > Assignee: Kevin Wilfong > Attachments: HIVE-4189.1.patch.txt, HIVE-4189.2.patch.txt > > > When ORC attempts to write out a string column that ends in enough nulls to span an index stride, StringTreeWriter's writeStripe method will get an exception from TreeWriter's writeStripe method > Column has wrong number of index entries found: x expected: y > This is caused by rowIndexValueCount having multiple entries equal to the number of non-null rows in the column, combined with the fact that StringTreeWriter has special logic for constructing its index. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira