Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A473182B1 for ; Thu, 21 Jan 2016 18:16:40 +0000 (UTC) Received: (qmail 93807 invoked by uid 500); 21 Jan 2016 18:16:40 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 93772 invoked by uid 500); 21 Jan 2016 18:16:39 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 93745 invoked by uid 99); 21 Jan 2016 18:16:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2016 18:16:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CC9792C14F2 for ; Thu, 21 Jan 2016 18:16:39 +0000 (UTC) Date: Thu, 21 Jan 2016 18:16:39 +0000 (UTC) From: "Jesus Camacho Rodriguez (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-12478) Improve Hive/Calcite Trasitive Predicate inference 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-12478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-12478: ------------------------------------------- Attachment: HIVE-12478.10.patch > Improve Hive/Calcite Trasitive Predicate inference > -------------------------------------------------- > > Key: HIVE-12478 > URL: https://issues.apache.org/jira/browse/HIVE-12478 > Project: Hive > Issue Type: Bug > Affects Versions: 2.0.0, 2.1.0 > Reporter: Laljo John Pullokkaran > Assignee: Jesus Camacho Rodriguez > Attachments: HIVE-12478.01.patch, HIVE-12478.02.patch, HIVE-12478.03.patch, HIVE-12478.04.patch, HIVE-12478.05.patch, HIVE-12478.06.patch, HIVE-12478.07.patch, HIVE-12478.08.patch, HIVE-12478.09.patch, HIVE-12478.10.patch, HIVE-12478.patch > > > HiveJoinPushTransitivePredicatesRule does not pull up predicates for transitive inference if they contain more than one column. > EXPLAIN select * from srcpart join (select ds as ds, ds as `date` from srcpart where (ds = '2008-04-08' and value=1)) s on (srcpart.ds = s.ds); -- This message was sent by Atlassian JIRA (v6.3.4#6332)