Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil-goel committed Jan 15, 2025
1 parent 73fd3fc commit 276b923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ func planForEqFilter(fc *functionContext, pred string, uidlist []uint64) {
return true
}

if checkUidEmpty(uidlist) {
if !checkUidEmpty(uidlist) {
// We have a uid which has 0 in it. Mostly it would happen when there is only 0. But any one item
// being 0 could cause the query planner to fail. In case of 0 being present, we neeed to query the
// index itself.
Expand Down

0 comments on commit 276b923

Please sign in to comment.