Skip to content

Commit

Permalink
Make input_ == nullptr to make sure the needsInput() return true
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Aug 6, 2024
1 parent 6ac851e commit d8e1295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/exec/MergeJoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ RowVectorPtr MergeJoin::filterOutputForAntiJoin(const RowVectorPtr& output) {

if (numPassed == 0) {
// No rows passed.
input_ = nullptr;
return nullptr;
}

Expand Down

0 comments on commit d8e1295

Please sign in to comment.