mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 19:43:51 -05:00
Comment fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user