Github user avulanov commented on the issue:

    https://github.com/apache/spark/pull/13868
  
    It seems that the root cause is that hadoop `Path.toUri` adds only `/` to 
the beginning of the path but does not add `file:`. So, here and there in the 
code we observe in-place concatenations of `file:` and `/`. Java File `toURI` 
adds `file:/` to the beginning and `/` to the end of the path. In particular, 
Java `File.toURI.getPath` equals to Hadoop `Path.toUri.toString`. Also, some 
tests did not handle Windows paths with back slashes.


---
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]

Reply via email to