Parallelism subtype icons (Repartition / Distribute / Gather Streams)#288
Merged
erikdarlingdata merged 1 commit intodevfrom Apr 26, 2026
Merged
Parallelism subtype icons (Repartition / Distribute / Gather Streams)#288erikdarlingdata merged 1 commit intodevfrom
erikdarlingdata merged 1 commit intodevfrom
Conversation
Replaces the temporary letter-overlay approach with three real icons contributed by @rferraton (MIT-licensed for the repo): repartition_streams, distribute_streams, and gather_streams (the latter is a horizontal mirror of distribute, which matches SSMS's convention). PlanIconMapper.GetIconName now also takes LogicalOp so the three Parallelism subtypes route to their own icon. The overlay rendering and GetParallelismGlyph helper in PlanViewerControl are removed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 26, 2026
Merged
erikdarlingdata
added a commit
that referenced
this pull request
Apr 27, 2026
Highlights since v1.8.0: - Minimap for plan navigation (#276) - Colored links by accuracy ratio divergence (#289) - Distinct parallelism subtype icons (#285, #288) - Query Store filter ordering fix (#287) - xunit v2 -> v3 migration (#278) - SqlClient 6 -> 7, ScriptDom 170 -> 180 (#279) - System.CommandLine GA (#280) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #285. Replaces the R/D/G letter overlay with three distinct icons contributed by @rferraton (MIT-licensed for the repo). Gather Streams is a horizontal mirror of Distribute, matching SSMS's convention.
PlanIconMapper.GetIconNamenow also acceptslogicalOp; the overlay rendering and theGetParallelismGlyphhelper are removed.Test plan
🤖 Generated with Claude Code