Skip to content

Commit

Permalink
Update WholeStageResultIterator.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer authored Aug 20, 2024
1 parent a595066 commit a92a23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/velox/compute/WholeStageResultIterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ std::shared_ptr<ColumnarBatch> WholeStageResultIterator::next() {
auto future = velox::ContinueFuture::makeEmpty();
auto out = task_->next(&future);
if (!future.valid()) {
// Not need to wait. Return.
// Not need to wait. Break.
vector = std::move(out);
break;
}
Expand Down

0 comments on commit a92a23f

Please sign in to comment.