yaooqinn commented on PR #54565:
URL: https://github.com/apache/spark/pull/54565#issuecomment-3998939202

   **Updated: Edge labels showing row counts between operators**
   
   <img 
src="https://raw.githubusercontent.com/yaooqinn/spark/14cecfad4cf/docs/sql-plan-edges.png";
 width="800">
   
   *Compact plan visualization with row count labels on edges. The 5B row join 
explosion is immediately visible.*
   
   <img 
src="https://raw.githubusercontent.com/yaooqinn/spark/14cecfad4cf/docs/sql-plan-node-click.png";
 width="800">
   
   *Full plan view — edge labels show data flow: 1M + 500K inputs → 5B after 
BroadcastHashJoin → 400 after aggregation → 100 after filter*
   
   **Edge labels highlight:**
   - Data volume flowing between operators
   - Join explosion detection (5B rows from 1M × 500K)
   - Aggregation effectiveness (5B → 400 rows)


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

Reply via email to