Skip to content

Commit

Permalink
Put error back.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Nov 27, 2024
1 parent 794bd29 commit 4eb812e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/shared/merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func Merge(ctx context.Context, dwh destination.DataWarehouse, tableData *optimi
}

if err = AlterTableDropColumns(ctx, dwh, tableConfig, tableID, srcKeysMissing, tableData.LatestCDCTs, tableData.ContainOtherOperations()); err != nil {
return fmt.Errorf("failed to drop columns for table %q: %w", tableID.Table(), err)
}

// TODO: Examine whether [AuditColumnsToDelete] still needs to be called.
Expand Down

0 comments on commit 4eb812e

Please sign in to comment.