diff --git a/cpp/velox/compute/WholeStageResultIterator.cc b/cpp/velox/compute/WholeStageResultIterator.cc index dffe48435f41..dd93350a611c 100644 --- a/cpp/velox/compute/WholeStageResultIterator.cc +++ b/cpp/velox/compute/WholeStageResultIterator.cc @@ -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; }