[ https://issues.apache.org/jira/browse/SPARK-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995152#comment-13995152 ]
Stevo Slavic commented on SPARK-1803: ------------------------------------- Created pull request with fix for this issue (see [here|https://github.com/apache/spark/pull/739]). > 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)