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 5295117AC5 for ; Tue, 3 Mar 2015 02:35:08 +0000 (UTC) Received: (qmail 42686 invoked by uid 500); 3 Mar 2015 02:35:08 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 42471 invoked by uid 500); 3 Mar 2015 02:35:08 -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 42342 invoked by uid 99); 3 Mar 2015 02:35:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 02:35:08 +0000 Date: Tue, 3 Mar 2015 02:35:08 +0000 (UTC) From: "Vikram Dixit K (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-9836) Hive on tez: fails when virtual columns are present in the join conditions (for e.g. partition columns) 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-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-9836: --------------------------------- Affects Version/s: 1.1.0 1.2.0 > Hive on tez: fails when virtual columns are present in the join conditions (for e.g. partition columns) > ------------------------------------------------------------------------------------------------------- > > Key: HIVE-9836 > URL: https://issues.apache.org/jira/browse/HIVE-9836 > Project: Hive > Issue Type: Bug > Components: Tez > Affects Versions: 1.0.0, 1.2.0, 1.1.0 > Reporter: Vikram Dixit K > Assignee: Vikram Dixit K > Attachments: HIVE-9836.1.patch > > > {code} > explain > select a.key, a.value, b.value > from tab a join tab_part b on a.key = b.key and a.ds = b.ds; > {code} > fails. -- This message was sent by Atlassian JIRA (v6.3.4#6332)