Skip to content

Root tooltip cleanup, seek predicate formatting, row goal filter#58

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/tooltip-seek-rowgoal
Mar 8, 2026
Merged

Root tooltip cleanup, seek predicate formatting, row goal filter#58
erikdarlingdata merged 1 commit intodevfrom
feature/tooltip-seek-rowgoal

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Root node tooltip shows distinct warning type names with counts (not full messages)
  • Seek predicates display Column = Value format instead of just bare scalar values
  • Rule 26 (Row Goal) limited to data access operators only (seeks and scans)

Test plan

  • Root node tooltip shows compact warning list (e.g. "Row Goal (3)")
  • Seek predicate shows Posts.PostTypeId = (2), Posts.Score > (0)
  • Row Goal warnings only appear on seek/scan operators

🤖 Generated with Claude Code

…goal filter

- Root node tooltip shows distinct warning type names with counts instead of full messages
- Seek predicates now show Column = Value format (e.g. Posts.PostTypeId = (2))
- Rule 26 (Row Goal) limited to data access operators only (seeks/scans)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit b54ae08 into dev Mar 8, 2026
@erikdarlingdata erikdarlingdata deleted the feature/tooltip-seek-rowgoal branch March 10, 2026 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant