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 CDF75D39E for ; Thu, 27 Sep 2012 07:48:08 +0000 (UTC) Received: (qmail 82257 invoked by uid 500); 27 Sep 2012 07:48:08 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 82194 invoked by uid 500); 27 Sep 2012 07:48:08 -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 82126 invoked by uid 500); 27 Sep 2012 07:48:07 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 82016 invoked by uid 99); 27 Sep 2012 07:48:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 07:48:07 +0000 Date: Thu, 27 Sep 2012 18:48:07 +1100 (NCT) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1400736047.132763.1348732087617.JavaMail.jiratomcat@arcas> In-Reply-To: <1079054171.94204.1348000747677.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13464532#comment-13464532 ] Hudson commented on HIVE-3483: ------------------------------ Integrated in Hive-trunk-h0.21 #1701 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1701/]) HIVE-3483 :joins using partitioned table give incorrect results on windows (Thejas Nair via Ashutosh Chauhan) (Revision 1390793) Result = FAILURE hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1390793 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java > 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 > Fix For: 0.10.0 > > Attachments: HIVE-3483.1.patch, HIVE-3483.2.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