You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/11 05:02:47 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #26773: [SPARK-30126][CORE] sparkContext.addFile and sparkContext.addJar fails when file path contains spaces

dongjoon-hyun commented on a change in pull request #26773: [SPARK-30126][CORE] sparkContext.addFile and sparkContext.addJar fails when file path contains spaces
URL: https://github.com/apache/spark/pull/26773#discussion_r356404161
 
 

 ##########
 File path: core/src/test/scala/org/apache/spark/SparkContextSuite.scala
 ##########
 @@ -233,6 +233,34 @@ class SparkContextSuite extends SparkFunSuite with LocalSparkContext with Eventu
     }
   }
 
+  test("addFile when file path contains spaces with recursive works") {
 
 Review comment:
   Since this is a bug fix PR, shall we update like the following? (https://spark.apache.org/contributing.html)
   ```
   - test("addFile when file path contains spaces with recursive works") {
   + test("SPARK-30126: addFile when file path contains spaces with recursive works") {
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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