Skip to content

Commit

Permalink
importccl: add pausepoint after import
Browse files Browse the repository at this point in the history
Release note: none.
  • Loading branch information
dt committed Feb 12, 2022
1 parent 4bba990 commit faa731a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ccl/importccl/import_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ func (r *importResumer) Resume(ctx context.Context, execCtx interface{}) error {
return err
}
}
if err := p.ExecCfg().JobRegistry.CheckPausepoint("import.after_ingest"); err != nil {
return err
}

// If the table being imported into referenced UDTs, ensure that a concurrent
// schema change on any of the typeDescs has not modified the type descriptor. If
Expand Down

0 comments on commit faa731a

Please sign in to comment.