Skip to content

Commit

Permalink
Update go/libraries/doltcore/diff/diff_stat.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Fulghum <[email protected]>
  • Loading branch information
nicktobey and fulghum authored Nov 30, 2023
1 parent 60ccfec commit ce5f98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libraries/doltcore/diff/diff_stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func diffProllyTrees(ctx context.Context, ch chan DiffStatProgress, keyless bool
}
}

// TODO: Use `vMapping` to determine whether or not the schema has changed. If it has, then all rows should
// TODO: Use `vMapping` to determine whether columns have been added or removed. If so, then all rows should
// count as modifications in the diff.
considerAllRowsModified := false
err = prolly.DiffMaps(ctx, f, t, considerAllRowsModified, func(ctx context.Context, diff tree.Diff) error {
Expand Down

0 comments on commit ce5f98a

Please sign in to comment.