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 5175C10841 for ; Sun, 21 Apr 2013 09:25:22 +0000 (UTC) Received: (qmail 7065 invoked by uid 500); 21 Apr 2013 09:25:19 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 6689 invoked by uid 500); 21 Apr 2013 09:25:19 -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 6388 invoked by uid 500); 21 Apr 2013 09:25:19 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 5898 invoked by uid 99); 21 Apr 2013 09:25:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2013 09:25:18 +0000 Date: Sun, 21 Apr 2013 09:25:18 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13637516#comment-13637516 ] Hudson commented on HIVE-4189: ------------------------------ Integrated in Hive-trunk-h0.21 #2072 (See [https://builds.apache.org/job/Hive-trunk-h0.21/2072/]) HIVE-4189 : ORC fails with String column that ends in lots of nulls (Kevin Wilfong) (Revision 1470080) Result = ABORTED omalley : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1470080 Files : * /hive/trunk/data/files/nulls.txt * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/WriterImpl.java * /hive/trunk/ql/src/test/queries/clientpositive/orc_ends_with_nulls.q * /hive/trunk/ql/src/test/results/clientpositive/orc_ends_with_nulls.q.out > 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 > Fix For: 0.11.0 > > 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