07ARB opened a new pull request #26773: [SPARK-30126][CORE]sparkContext.addFile 
fails when file path contains…
URL: https://github.com/apache/spark/pull/26773
 
 
   ### What changes were proposed in this pull request?
   sparkContext.addFile fails when file path contains spaces
   
   ### Why are the changes needed?
   When uploading a file to the spark context via the addFile function, an 
exception is thrown when file path contains a space character. Escaping the 
space with %20 or
   or + doesn't change the result.
   
   ### Does this PR introduce any user-facing change?
   No
   
   ### How was this patch tested?
   Add test case.
   (pending)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to