kecookier commented on code in PR #7025:
URL: https://github.com/apache/incubator-gluten/pull/7025#discussion_r1735512946
##########
cpp/velox/compute/WholeStageResultIterator.cc:
##########
@@ -301,16 +301,22 @@ void WholeStageResultIterator::collectMetrics() {
return;
}
+ const auto& taskStats = task_->taskStats();
+ if (taskStats.executionStartTimeMs == 0) {
+ LOG(INFO) << "collectMetrics failed, taskStats is zero, maybe task never
call next().";
Review Comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]