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 E2A60C194 for ; Tue, 7 Aug 2012 01:47:02 +0000 (UTC) Received: (qmail 89263 invoked by uid 500); 7 Aug 2012 01:47:02 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 89219 invoked by uid 500); 7 Aug 2012 01:47:02 -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 89211 invoked by uid 500); 7 Aug 2012 01:47:02 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 89208 invoked by uid 99); 7 Aug 2012 01:47:02 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 01:47:02 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 578EE14281B for ; Tue, 7 Aug 2012 01:47:02 +0000 (UTC) Date: Tue, 7 Aug 2012 01:47:02 +0000 (UTC) From: "Navis (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1644439568.19713.1344304022363.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1316507262.112802.1343460454680.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HIVE-3315) Propagate filers on inner join condition transitively 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-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-3315: ------------------------ Attachment: HIVE-3315.1.patch.txt > Propagate filers on inner join condition transitively > ------------------------------------------------------ > > Key: HIVE-3315 > URL: https://issues.apache.org/jira/browse/HIVE-3315 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 0.10.0 > Reporter: Navis > Assignee: Navis > Priority: Minor > Attachments: HIVE-3315.1.patch.txt > > > explain select src1.key from src src1 join src src2 on src1.key=src2.key and src1.key < 100; > In this case, filter on join condition src1.key < 100 can be propagated transitively to src2 by src2.key < 100. -- 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