Skip to content

Commit d490f85

Browse files
author
James Cor
committed
leave todo
1 parent 7c54f06 commit d490f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/libraries/doltcore/sqle/index/dolt_index.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,7 @@ func getRangeCutValue(ctx context.Context, cut sql.MySQLRangeCut, typ sql.Type)
14081408
return nil, nil
14091409
}
14101410
ret, inRange, err := typ.Convert(ctx, sql.GetMySQLRangeCutKey(cut))
1411+
// TODO: seems like we should check for error before inRange, but certain tests fail
14111412
if inRange != sql.InRange {
14121413
return ret, nil
14131414
}

0 commit comments

Comments
 (0)