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 10AA1D5A1 for ; Sat, 22 Sep 2012 00:51:08 +0000 (UTC) Received: (qmail 36710 invoked by uid 500); 22 Sep 2012 00:51:07 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 36671 invoked by uid 500); 22 Sep 2012 00:51:07 -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 36663 invoked by uid 500); 22 Sep 2012 00:51:07 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 36659 invoked by uid 99); 22 Sep 2012 00:51:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2012 00:51:07 +0000 Date: Sat, 22 Sep 2012 11:51:07 +1100 (NCT) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <2040370370.110324.1348275067633.JavaMail.jiratomcat@arcas> In-Reply-To: <1079054171.94204.1348000747677.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HIVE-3483) joins using partitioned table give incorrect results on windows 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-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-3483: -------------------------------- Status: Patch Available (was: Open) yes, patch is ready for review. > joins using partitioned table give incorrect results on windows > ---------------------------------------------------------------- > > Key: HIVE-3483 > URL: https://issues.apache.org/jira/browse/HIVE-3483 > Project: Hive > Issue Type: Bug > Affects Versions: 0.9.0 > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Attachments: HIVE-3483.1.patch > > > Hive CombineFilter.getSplits returns single split instead of multiple splits on windows. The comparison in CombineFilter.accept() was using paths converted to strings instead of using Paths themselves, and one of the strings had "/C:" and other had "C:" . > The tests that are affected by this issue include - auto_join18.q,auto_join18_multi_distinct.q, > join18.q,join18_multi_distinct.q,ppd_union_view.q,create_view.q and union20.q -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira