Kent Yao created SPARK-55785:
--------------------------------

             Summary: Compact SQL plan visualization nodes with detail side 
panel
                 Key: SPARK-55785
                 URL: https://issues.apache.org/jira/browse/SPARK-55785
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 4.2.0
            Reporter: Kent Yao


The SQL execution detail page plan visualization embeds all metrics directly 
into DAG node labels, making nodes large and the overall graph hard to navigate 
for complex queries.

Improvements:
1. Compact node labels: Show only operator name in DAG nodes, removing inline 
metrics from the DOT graph labels
2. Detail side panel: Add a right sidebar that displays the selected node's 
full metrics, description, and related stage/job links when a node is clicked
3. Layout: Split the plan viz area into col-9 (graph) + col-3 (detail panel) 
using BS5 grid

This keeps the graph compact and scannable while providing full metric detail 
on demand via click interaction.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to