yaooqinn opened a new pull request, #53864: URL: https://github.com/apache/spark/pull/53864
### What changes were proposed in this pull request? This is a follow-up to SPARK-54373. Enlarge the SVG viewBox attribute of SQL plan visualization initialization from a 100×100 window to an available width of the window × 1000. ### Why are the changes needed? Improve the visualization quality while the SQL plan graphics are being painted, consistent with the improvement made to Job DAG in SPARK-54373. ### Does this PR introduce _any_ user-facing change? No, the final sizes of these SVGs will be adjusted to the actual needs. ### How was this patch tested? Tested in Chrome DevTools. ### Was this patch authored or co-authored using generative AI tooling? Yes, GitHub Copilot was used to assist with reviewing SPARK-54373 and applying the same pattern to spark-sql-viz.js. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
