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


With regards,
Apache Git Services

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

Reply via email to