GitHub user shahidki31 opened a pull request: https://github.com/apache/spark/pull/23088
[SPARK-26119][CORE][WEBUI]Task summary table should contain only successful tasks' metrics ## What changes were proposed in this pull request? Task summary table in the stage page currently displays the summary of all the tasks. However, we should display the task summary of only successful tasks, to follow the behavior of previous versions of spark. ## How was this patch tested? Added UT. attached screenshot Before patch:   You can merge this pull request into a Git repository by running: $ git pull https://github.com/shahidki31/spark summaryMetrics Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/23088.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #23088 ---- commit cfe2d5f3744f2d10d917883713cd78678b5157a1 Author: Shahid <shahidki31@...> Date: 2018-11-19T18:23:57Z task summary should contain only successful tasks ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org