Github user MaxGekk commented on the issue:

    https://github.com/apache/spark/pull/23102
  
    Just for double checking, are the changes really needed? `resolveGlobPaths` 
calls `resolveGlobPath` -> `toUri` -> `normalizePath` in which Windows specific 
`\\` is replaced by `/`: 
https://github.com/apache/hadoop-common/blob/42a61a4fbc88303913c4681f0d40ffcc737e70b5/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Path.java#L242-L250
    
    We need a test (or a reproducible example) for this at least.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to