Github user taoli91 commented on the pull request:
https://github.com/apache/spark/pull/12695#issuecomment-215403420
@srowen `new FIle("D:\test").toURI.toString` can return `file://D/test` but
`new URI("D:\test")` won't. But we should make sure that it is a local file
before converting it into a file. Actually lots of method accepts a path
string, and it will be converted to URI internally. Most test cases pass in
path string instead of URI like string.
---
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]