Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kecookier committed Aug 29, 2024
1 parent 15018c8 commit f9a69bf
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 @@ -303,7 +303,7 @@ void WholeStageResultIterator::collectMetrics() {

const auto& taskStats = task_->taskStats();
if (taskStats.executionStartTimeMs == 0) {
LOG(INFO) << "collectMetrics failed, taskStats is zero, maybe task never call next().";
LOG(INFO) << "Skip collect task metrics since task did not call next().";
return;
}

Expand Down

0 comments on commit f9a69bf

Please sign in to comment.