mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 11:09:10 -05:00
Update go/libraries/doltcore/diff/diff_stat.go
Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user