Github user tsudukim commented on the pull request:
https://github.com/apache/spark/pull/5447#issuecomment-95045723
I tested only on Windows, but I noticed I get different results on Linux.
This is because...
On Windows:
```
scala> new File("C:\\path\\to\\file.txt").toURI
res0: java.net.URI = file:/C:/path/to/file.txt
```
But on Linux:
```
scala> new File("C:\\path\\to\\file.txt").toURI
res0: java.net.URI = file:/home/tsudukim/.../C:%5Cpath%5Cto%5Cfile.txt
```
So I think the tests for Windows path should be run only on Windows.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]