## What to build Handle a persisted cursor whose `table_workers`/split count differs from the current run (re-derive coverage without gaps/dupes). ## Requirements - [ ] Resuming with a different `table_workers` value covers all remaining rows exactly once ## Depends on - #941 — Persisted cursor: store + migration + recorder + resume - #938 — Percentile boundaries (incl. TABLESAMPLE)
What to build
Handle a persisted cursor whose
table_workers/split count differs from the current run (re-derive coverage without gaps/dupes).Requirements
table_workersvalue covers all remaining rows exactly onceDepends on