Github user steveloughran commented on the issue:

    https://github.com/apache/spark/pull/19368
  
    Looking @ this, things would be a lot less brittle if there wasn't a round 
trip Path -> String -> Path. I'm thinking of Windows paths here in particular. 
Other than tests, which pass in a string (possibly from File.getAbsolutePath); 
everything appears be downconverting the path and then up again.
    
    Is there any fundamental reason why Path isn't being passed around? 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to