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 79448CDE5 for ; Sun, 27 May 2012 00:33:24 +0000 (UTC) Received: (qmail 3936 invoked by uid 500); 27 May 2012 00:33:24 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 3886 invoked by uid 500); 27 May 2012 00:33:24 -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 3877 invoked by uid 500); 27 May 2012 00:33:24 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 3874 invoked by uid 99); 27 May 2012 00:33:24 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2012 00:33:24 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id CDAD21417B9 for ; Sun, 27 May 2012 00:33:23 +0000 (UTC) Date: Sun, 27 May 2012 00:33:23 +0000 (UTC) From: "Navis (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <896551506.6520.1338078803844.JavaMail.jiratomcat@issues-vm> In-Reply-To: <416283674.46636.1320168812876.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2540) LATERAL VIEW with EXPLODE produces ConcurrentModificationException 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-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284095#comment-13284095 ] Navis commented on HIVE-2540: ----------------------------- @Namit Jain I cannot find any failure with this patch. Could this be caused by the difference of environment? > LATERAL VIEW with EXPLODE produces ConcurrentModificationException > ------------------------------------------------------------------ > > Key: HIVE-2540 > URL: https://issues.apache.org/jira/browse/HIVE-2540 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.7.1, 0.9.0 > Reporter: David Phillips > Assignee: Navis > Attachments: HIVE-2540.D2805.1.patch, HIVE-2540.D2805.2.patch, HIVE-2540.D2805.3.patch > > > The following produces {{ConcurrentModificationException}} on the {{for}} loop inside EXPLODE: > {code} > create table foo as select array(1, 2) a from src limit 1; > select a, x.b from foo lateral view explode(a) x as b; > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira