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 6333B10140 for ; Sun, 4 Aug 2013 12:05:53 +0000 (UTC) Received: (qmail 44216 invoked by uid 500); 4 Aug 2013 12:05:50 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 44173 invoked by uid 500); 4 Aug 2013 12:05:50 -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 44150 invoked by uid 500); 4 Aug 2013 12:05:48 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 44138 invoked by uid 99); 4 Aug 2013 12:05:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Aug 2013 12:05:48 +0000 Date: Sun, 4 Aug 2013 12:05:48 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-4915) unit tests fail on windows because of difference in input file size 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-4915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13728859#comment-13728859 ] Hudson commented on HIVE-4915: ------------------------------ ABORTED: Integrated in Hive-trunk-hadoop2 #326 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/326/]) HIVE-4915 : unit tests fail on windows because of difference in input file size (Thejas Nair via Ashutosh Chauhan) (hashutosh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1510040) * /hive/trunk/.gitattributes > unit tests fail on windows because of difference in input file size > ------------------------------------------------------------------- > > Key: HIVE-4915 > URL: https://issues.apache.org/jira/browse/HIVE-4915 > Project: Hive > Issue Type: Bug > Affects Versions: 0.12.0 > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Fix For: 0.12.0 > > Attachments: HIVE-4915.1.patch > > > Several qfile based tests fail on windows because in the output of explain extended, the total file size of input files shown is different on windows. > This is because by default text files on windows are checked out with two char line endings, and *.dat files used as input files for the tables are considered as text files. So for every line in the .dat file, the size of the file is larger by 1 byte on windows. -- 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