Skip to content

Commit

Permalink
Remove the noMoreInput = false check in SortBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Jul 31, 2024
1 parent c8ac8f7 commit c5c4623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velox/exec/SortBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ void SortBuffer::addInput(const VectorPtr& input) {
}

void SortBuffer::noMoreInput() {
VELOX_CHECK(!noMoreInput_);
noMoreInput_ = true;

// No data.
Expand Down

0 comments on commit c5c4623

Please sign in to comment.