Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into taylor/more-dg-types
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Dec 5, 2024
2 parents e11b19b + cd75f83 commit 7411748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion go/cmd/dolt/doltversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
package doltversion

const (
Version = "1.43.19"
Version = "1.43.20"
)
3 changes: 0 additions & 3 deletions go/libraries/doltcore/diff/table_deltas.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,9 +520,6 @@ func (td TableDelta) HasPrimaryKeySetChanged() bool {
}

func (td TableDelta) HasChanges() (bool, error) {
fromString := td.FromTable.DebugString(context.Background(), td.FromTable.NodeStore())
toString := td.ToTable.DebugString(context.Background(), td.ToTable.NodeStore())
_, _ = fromString, toString
hashChanged, err := td.HasHashChanged()
if err != nil {
return false, err
Expand Down

0 comments on commit 7411748

Please sign in to comment.