You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2013/08/03 19:06:25 UTC

svn commit: r1510040 - /hive/trunk/.gitattributes

Author: hashutosh
Date: Sat Aug  3 17:06:25 2013
New Revision: 1510040

URL: http://svn.apache.org/r1510040
Log:
HIVE-4915 : unit tests fail on windows because of difference in input file size (Thejas Nair via Ashutosh Chauhan)

Modified:
    hive/trunk/.gitattributes

Modified: hive/trunk/.gitattributes
URL: http://svn.apache.org/viewvc/hive/trunk/.gitattributes?rev=1510040&r1=1510039&r2=1510040&view=diff
==============================================================================
--- hive/trunk/.gitattributes (original)
+++ hive/trunk/.gitattributes Sat Aug  3 17:06:25 2013
@@ -14,6 +14,9 @@
 
 *.sh     text eol=lf
 
+#test files, use lf so that size is same on windows as well
+data/files/*.dat    text eol=lf
+
 *.bat    text eol=crlf
 *.csproj text merge=union eol=crlf
 *.sln    text merge=union eol=crlf