yaooqinn commented on PR #55778: URL: https://github.com/apache/spark/pull/55778#issuecomment-4411708656
Demo screenshots from local smoke test (basic mode is the clearest): **Basic mode, query `hash`** — `BroadcastHashJoin` + two `HashAggregate` highlighted (1/3 active filled, others outlined); the `WholeStageCodegen (1)` cluster is preserved because it contains a match; `Project` / `Exchange` / `AQEShuffleRead` / `LocalTableScan` / `BroadcastExchange` dim to 0.3.  **Detailed mode, query `join`** — single match (`BroadcastHashJoin`), 1/1, the cluster's metric tables are dimmed too while the join box stays prominent.  **No-match UX** — typing `zzz_no_match` shows `0/0` in red and leaves the plan fully visible (no integral dimming, mirroring browser find-in-page behavior).  **Cycle navigation** (`Enter` / up/down buttons) — counter updates from 1/3 → 2/3 and the active match (yellow fill) moves; viewport pans/zooms to follow. | 1/3 | 2/3 | | --- | --- | |  |  | Screenshots are hosted on the [`assets/SPARK-56799-screenshots`](https://github.com/yaooqinn/spark/tree/assets/SPARK-56799-screenshots) branch of my fork. -- 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]
