sarutak commented on pull request #31314:
URL: https://github.com/apache/spark/pull/31314#issuecomment-766610305


   @akiyamaneko Thanks for the contribution. I tried applying your change and I 
noticed if the `TaskEndReason` is `ExceptionFailure`, your change breaks the 
appearance of the header of the error message.
   
   You can confirm it with the following script.
   ```
   sc.parallelize(1 to 2).map { x => throw new RuntimeException("Some error 
message"); x }.collect
   ```


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