Skip to content

Commit cfb5d3d

Browse files
copilot suggestion
1 parent 1cd138e commit cfb5d3d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

go/logic/migrator.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,9 +1797,6 @@ func (mgtr *Migrator) iterateChunks() error {
17971797
if err != nil {
17981798
return err // wrapping call will retry
17991799
}
1800-
if err != nil {
1801-
return fmt.Errorf("ApplyIterationInsertQuery failed: %w", err) // wrapping call will retry
1802-
}
18031800
mgtr.migrationContext.Log.Debugf("ApplyIterationInsertQuery affected %d rows", rowsAffected)
18041801

18051802
if mgtr.migrationContext.PanicOnWarnings {

0 commit comments

Comments
 (0)