Comment fixes

This commit is contained in:
Taylor Bantle
2023-02-24 12:01:55 -08:00
parent 4bb204b8da
commit db4cbd1c75
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -464,8 +464,8 @@ func (td TableDelta) GetSummary(ctx context.Context) (*TableDeltaSummary, error)
}, nil
}
// TODO: Modified columns (rename, add) without a data change are not
// accounted for here, `dataChanged` is true when it should be false
// TODO: Renamed columns without a data change are not accounted for here,
// `dataChanged` is true when it should be false
dataChanged, err := td.HasHashChanged()
if err != nil {
return nil, err