yaooqinn commented on PR #42674:
URL: https://github.com/apache/spark/pull/42674#issuecomment-1695803037

   
https://github.com/apache/spark/pull/42674/files#diff-525465a6c6c1382bf8165da748522ec2387581ebd397fe25f5aa72107a45752aR119-R120,
 All the characters are here.
   
   In the PR description, I described the issue
   > Previously, all the error details and some of the error summaries, such as 
the Task list on the stage page, did not call escapeHtml4. The rest of the 
error summaries, such as Job list, Stage list, Query list, etc., will do an 
extra escapeHtml4 that is unnecessary.
   
   For example, if we initially throw a RuntimeException("<"). Those places 
that did not call escapeHtml4 display the message `java.lang.RuntimeException: 
<`, while the others that call escapeHtml4 show `java.lang.RuntimeException: 
&lt;`. You can also view the picture below with spark 3.4.1.
   
   
![image](https://github.com/apache/spark/assets/8326978/383e40bf-08d7-43d2-9c90-f6e05f16ccf2)
   


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

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to