kyoty opened a new pull request #32308: URL: https://github.com/apache/spark/pull/32308
### What changes were proposed in this pull request? The DAG part of sql-execution page should can be hidden/expand instead of being displayed directly all the time. ### Why are the changes needed? 1.if it is a particularly complex SQL, it would take a long time to render the svg, and the page will be stuck for a long time. 2.sometimes we just want to look at the detail of execution plan, but DAG cannot be hidden, and it is often inconvenient to drag the scroll bar to view the execution plan information. ### Does this PR introduce _any_ user-facing change? Yes, the sql dag can be clicked as hidden or expand. ### How was this patch tested? manual test works well before modified:  after modified:  -- 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]
