Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 80551 invoked from network); 21 Oct 2008 19:03:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Oct 2008 19:03:01 -0000 Received: (qmail 32899 invoked by uid 500); 21 Oct 2008 19:03:01 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 32864 invoked by uid 500); 21 Oct 2008 19:03:01 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 32853 invoked by uid 99); 21 Oct 2008 19:03:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2008 12:03:01 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2008 19:01:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B4B22234C247 for ; Tue, 21 Oct 2008 12:01:48 -0700 (PDT) Message-ID: <1889910649.1224615708739.JavaMail.jira@brutus> Date: Tue, 21 Oct 2008 12:01:48 -0700 (PDT) From: "Namit Jain (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4146) [Hive] null pointer exception on a join In-Reply-To: <2097900973.1221025304148.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HADOOP-4146: ------------------------------- Fix Version/s: (was: 0.19.1) 0.19.0 > [Hive] null pointer exception on a join > --------------------------------------- > > Key: HADOOP-4146 > URL: https://issues.apache.org/jira/browse/HADOOP-4146 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/hive > Reporter: Namit Jain > Assignee: Namit Jain > Fix For: 0.19.0 > > Attachments: HADOOP-4138-0.txt > > > create table xx(aa int); > select a.* from xx a join xx b on a.aa = b.aa; > gets a nullpointer exception in join operator. close() > The testcase works fine when it is issued from the command line - but it fails from ant -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.