dilipbiswal commented on a change in pull request #25658: [SPARK-28935][SQL][DOCS] Document SQL metrics for Details for Query Plan URL: https://github.com/apache/spark/pull/25658#discussion_r320339611
########## File path: docs/web-ui.md ########## @@ -363,6 +363,42 @@ number of written shuffle records, total data size, etc. Clicking the 'Details' link on the bottom displays the logical plans and the physical plan, which illustrate how Spark parses, analyzes, optimizes and performs the query. +### SQL metrics + +The metrics of SQL operators show in the block of operators. The SQL metrics can be useful when Review comment: @viirya a little confused on "show in the block of operators" ? Is there a way to reword this ? ---------------------------------------------------------------- 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]
