HyukjinKwon opened a new pull request, #41098: URL: https://github.com/apache/spark/pull/41098
### What changes were proposed in this pull request? This PR is a followup of https://github.com/apache/spark/pull/40273 that avoids adding `file://` into Windows path. ### Why are the changes needed? To fix the broken AppVeyor build ``` == Failed ====================================================================== -- 1. Error ('test_streaming.R:55'): read.stream, write.stream, awaitTermination Error: Error in start : org.apache.hadoop.HadoopIllegalArgumentException: Unsupported name: has scheme but relative path-part ... ``` See also https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark/builds/46451196 ### Does this PR introduce _any_ user-facing change? No to end users because the change has not been released out yet. ### How was this patch tested? AppVeyor build on windows. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
