Skip to content

Commit 6674b3c

Browse files
author
James Cor
committed
comment
1 parent 90bcdec commit 6674b3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/hash/hash.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ func HashOf(ctx *sql.Context, sch sql.Schema, row sql.Row) (uint64, error) {
6060

6161
switch typ := sch[i].Type.(type) {
6262
case types.ExtendedType:
63+
// TODO: this should use types.ExtendedType.SerializeValue, but there are some doltgres conversion issues
64+
// we need to address. Resort to old behavior for now.
6365
_, err = fmt.Fprintf(hash, "%v", v)
6466
if err != nil {
6567
return 0, err

0 commit comments

Comments
 (0)