Update go/libraries/doltcore/diff/diff_stat.go

Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
Nick Tobey
2023-11-29 16:30:39 -08:00
committed by GitHub
parent 60ccfec068
commit ce5f98a655

View File

@@ -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 {