Skip to content

Commit

Permalink
Return.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 17, 2024
1 parent 5e51e0a commit 16d732e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clients/shared/default_value.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ func BackfillColumn(dwh destination.DataWarehouse, column columns.Column, tableI
}

_, err = dwh.Exec(query)
return nil

return err
case sql.Native:
// TODO: Support native strat
return nil
Expand Down

0 comments on commit 16d732e

Please sign in to comment.