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/03/09 18:18:37 UTC

[GitHub] [spark] srowen commented on a change in pull request #24026: [SPARK-27090] Deplementing old LEGACY_DRIVER_IDENTIFIER ("")

srowen commented on a change in pull request #24026: [SPARK-27090] Deplementing old LEGACY_DRIVER_IDENTIFIER ("<driver>")	
URL: https://github.com/apache/spark/pull/24026#discussion_r264008977
 
 

 ##########
 File path: core/src/test/scala/org/apache/spark/ui/UIUtilsSuite.scala
 ##########
 @@ -122,8 +122,8 @@ class UIUtilsSuite extends SparkFunSuite {
   test("decodeURLParameter (SPARK-12708: Sorting task error in Stages Page when yarn mode.)") {
     val encoded1 = "%252F"
     val decoded1 = "/"
-    val encoded2 = "%253Cdriver%253E"
-    val decoded2 = "<driver>"
+    val encoded2 = "driver"
 
 Review comment:
   You can delete this check I think; there is nothing to encode

----------------------------------------------------------------
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