Stevo Slavic created SPARK-1803:
-----------------------------------
Summary: Rename test resources to be compatible with Windows FS
Key: SPARK-1803
URL: https://issues.apache.org/jira/browse/SPARK-1803
Project: Spark
Issue Type: Task
Components: Windows
Affects Versions: 0.9.1
Reporter: Stevo Slavic
Priority: Trivial
{{git clone}} of master branch and then {{git status}} on Windows reports
untracked files:
{noformat}
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# sql/hive/src/test/resources/golden/Column pruning
# sql/hive/src/test/resources/golden/Partition pruning
# sql/hive/src/test/resources/golden/Partiton pruning
{noformat}
Actual issue is that several files under {{sql/hive/src/test/resources/golden}}
directory have colon in name which is invalid character in file name on Windows.
Please have these files renamed to a Windows compatible file name.
--
This message was sent by Atlassian JIRA
(v6.2#6252)