LuciferYang commented on a change in pull request #32948:
URL: https://github.com/apache/spark/pull/32948#discussion_r654178587



##########
File path: core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
##########
@@ -482,7 +482,7 @@ class SparkSubmitSuite
     val (childArgs, classpath, conf, mainClass) = 
submit.prepareSubmitEnvironment(appArgs)
 
     val childArgsMap = childArgs.grouped(2).map(a => a(0) -> a(1)).toMap
-    childArgsMap.get("--primary-java-resource") should be 
(Some("file:/home/thejar.jar"))
+    childArgsMap.get("--primary-java-resource").get should endWith 
("file:/home/thejar.jar")

Review comment:
       @toujours33 We need to check if there are other failed cases like this
   
   
   




-- 
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:
[email protected]



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

Reply via email to