Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Aug 20, 2024
1 parent 93f2656 commit 6b49b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/velox/compute/WholeStageResultIterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ std::shared_ptr<ColumnarBatch> WholeStageResultIterator::next() {
auto out = task_->next(&future);
if (!future.valid()) {
// Not need to wait. Return.
vector = std::move(out);
break;
}
// Velox suggested to wait. This might be because another thread (e.g., bckground io thread) is spilling the task.
Expand Down

0 comments on commit 6b49b07

Please sign in to comment.