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 00F7C104C2 for ; Wed, 18 Sep 2013 04:43:02 +0000 (UTC) Received: (qmail 34129 invoked by uid 500); 18 Sep 2013 04:42:10 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 34063 invoked by uid 500); 18 Sep 2013 04:42:07 -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 34007 invoked by uid 500); 18 Sep 2013 04:42:02 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 33923 invoked by uid 99); 18 Sep 2013 04:41:56 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 04:41:56 +0000 Date: Wed, 18 Sep 2013 04:41:56 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5267) Use array instead of Collections if possible in DemuxOperator 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-5267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770425#comment-13770425 ] Hudson commented on HIVE-5267: ------------------------------ FAILURE: Integrated in Hive-trunk-hadoop1-ptest #171 (See [https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/171/]) HIVE-5267 : Use array instead of Collections if possible in DemuxOperator (Navis via Yin Huai) (yhuai: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1524271) * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/DemuxOperator.java > Use array instead of Collections if possible in DemuxOperator > ------------------------------------------------------------- > > Key: HIVE-5267 > URL: https://issues.apache.org/jira/browse/HIVE-5267 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Navis > Assignee: Navis > Priority: Trivial > Fix For: 0.13.0 > > Attachments: HIVE-5267.D12867.1.patch, HIVE-5267.patch > > > DemuxOperator accesses Maps twice+ for each row, which can be replaced by array. -- 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