Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 69882 invoked from network); 4 Dec 2008 20:25:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 20:25:05 -0000 Received: (qmail 25330 invoked by uid 500); 4 Dec 2008 20:25:17 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 25293 invoked by uid 500); 4 Dec 2008 20:25:17 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 25282 invoked by uid 99); 4 Dec 2008 20:25:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 12:25:16 -0800 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; Thu, 04 Dec 2008 20:23:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C1C1234C2F1 for ; Thu, 4 Dec 2008 12:24:44 -0800 (PST) Message-ID: <1868051625.1228422284310.JavaMail.jira@brutus> Date: Thu, 4 Dec 2008 12:24:44 -0800 (PST) From: "Raghotham Murthy (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-111) join without a ON clause dies In-Reply-To: <1624859137.1228343624396.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/HIVE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653458#action_12653458 ] Raghotham Murthy commented on HIVE-111: --------------------------------------- you should also get rid of the assert at line 2349: assert joinCond != null; In general looks like asserts are not being enabled. we have tons of asserts all over the code - but they may not be firing. > join without a ON clause dies > ----------------------------- > > Key: HIVE-111 > URL: https://issues.apache.org/jira/browse/HIVE-111 > Project: Hadoop Hive > Issue Type: Bug > Components: Query Processor > Reporter: Namit Jain > Assignee: Namit Jain > Attachments: patch.txt > > > join without a ON clause dies > For eg: the following query: > select x.* from x JOIN y > results in a null pointer exception. > It should be treated as a cartesian product -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.