Skip to content

Commit

Permalink
Remove check in HashProbe.h
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 15, 2024
1 parent 036c992 commit b03c0a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velox/exec/HashProbe.h
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ class HashProbe : public Operator {
// passed the filter, it never will, process it as a miss.
// We're guaranteed to have space, at least the last row was never
// written out since it was a miss.
VELOX_CHECK_GE(freeOutputRows, 0);
onMiss(currentRow);
freeOutputRows--;
}
Expand Down

0 comments on commit b03c0a0

Please sign in to comment.