Skip to content

Commit 92f4a51

Browse files
committed
sql/inspect: remove obsolete TODO
We have no plans to add a replanner to INSPECT for topology changes. See #149460 for rationale. Removing the TODO that was previously added for it. Closes #149460 Epic: CRDB-30356 Release note: none
1 parent 2e14011 commit 92f4a51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/sql/inspect/inspect_job.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ func (c *inspectResumer) Resume(ctx context.Context, execCtx interface{}) error
6060
return err
6161
}
6262

63-
// TODO(149460): add a goroutine that will replan the job on topology changes
6463
plan, planCtx, err := c.planInspectProcessors(ctx, jobExecCtx, pkSpans)
6564
if err != nil {
6665
return err

0 commit comments

Comments
 (0)