Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 41284 invoked from network); 13 Jul 2010 02:40:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Jul 2010 02:40:38 -0000 Received: (qmail 73787 invoked by uid 500); 13 Jul 2010 02:40:38 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 73583 invoked by uid 500); 13 Jul 2010 02:40:36 -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 73574 invoked by uid 99); 13 Jul 2010 02:40:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jul 2010 02:40:36 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jul 2010 02:40:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6D2eBCF014291 for ; Tue, 13 Jul 2010 02:40:11 GMT Message-ID: <21386565.340031278988811410.JavaMail.jira@thor> Date: Mon, 12 Jul 2010 22:40:11 -0400 (EDT) From: "Paul Yang (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1056) Predicate push down does not work with UDTF's In-Reply-To: <115545757.283851263605574408.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Yang updated HIVE-1056: ---------------------------- Attachment: HIVE-1056.2.patch Regenerated patch. > Predicate push down does not work with UDTF's > --------------------------------------------- > > Key: HIVE-1056 > URL: https://issues.apache.org/jira/browse/HIVE-1056 > Project: Hadoop Hive > Issue Type: Bug > Affects Versions: 0.5.0, 0.6.0 > Reporter: Paul Yang > Assignee: Paul Yang > Fix For: 0.7.0 > > Attachments: HIVE-1056.1.patch, HIVE-1056.2.patch > > > Predicate push down does not work with UDTF's in lateral views > {code} > hive> SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS k WHERE k=1; > FAILED: Unknown exception: null > hive> > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.