You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql/inspect: skip INSPECT checks for non-applicable spans earlier
INSPECT jobs generate a set of checks along with a separate list of spans,
which only apply to some of the checks. Previously, filtering to ensure a span
applied to a check happened late in the process.
This commit moves that filtering earlier, so checks immediately skip spans
that are not relevant. This improves efficiency and prepares the system for
upcoming progress tracking logic, which will be added in a separate PR.
Informs: #148297
Epic: CRDB-30356
Release note: none
0 commit comments