Skip to content

Commit a4d61bb

Browse files
committed
update comment
1 parent 20cc7ec commit a4d61bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/override_functions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ func newRootValue(ctx context.Context, vrw types.ValueReadWriter, ns tree.NodeSt
9797
return &RootValue{vrw, ns, st, nil, hash.Hash{}}, nil
9898
}
9999

100+
// isValidFloat replaces the IsValidFloat function in go-mysql-server since gms does not allow NaN and infinity values
101+
// while Doltgres does
100102
func isValidFloat(f float64) bool {
101103
return true
102104
}

0 commit comments

Comments
 (0)