toujours33 opened a new pull request #34720:
URL: https://github.com/apache/spark/pull/34720


   ### What changes were proposed in this pull request?
   Change the metrics name `Shuffle Read Block Time` to `Shuffle Read Fetch 
Wait Time` in StagePage
   
   ### Why are the changes needed?
   `ShuffleReadMetrics._fetchWaitTime` shown as "Shuffle Read Block Time" in 
Stage page, and "fetch wait time" in the SQL page, which make us confused 
whether shuffle read includes fetch wait & read
   Actually `read block time` is just a kind of display name for `fetch wait 
time`, So we'd better change it in same
   
   
   ### Does this PR introduce _any_ user-facing change?
   `shuffleReadBlockTime` metric will be changed into `Shuffle Read Fetch Wait 
Time` in StagePage
   
   ### How was this patch tested?
   Pass GA
   


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