Skip to content

Commit 6c05d9b

Browse files
fixed a test
1 parent 0e01972 commit 6c05d9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

worker/task.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,6 +1969,10 @@ func parseSrcFn(ctx context.Context, q *pb.Query) (*functionContext, error) {
19691969
fc.tokens = append(fc.tokens, tokens...)
19701970
}
19711971

1972+
if !generateIneqTokens {
1973+
return fc, nil
1974+
}
1975+
19721976
// In case of non-indexed predicate, there won't be any tokens. We will fetch value
19731977
// from data keys.
19741978
// If number of index keys is more than no. of uids to filter, so its better to fetch values

0 commit comments

Comments
 (0)