yiguolei commented on code in PR #26247:
URL: https://github.com/apache/doris/pull/26247#discussion_r1382514250
##########
be/src/pipeline/pipeline_x/pipeline_x_task.cpp:
##########
@@ -348,4 +356,42 @@ std::string PipelineXTask::debug_string() {
return fmt::to_string(debug_string_buffer);
}
+bool PipelineXTask::try_wake_up(Dependency* wake_up_dep) {
+ // call by dependency
+ auto state = get_state();
+ VecDateTimeValue now = VecDateTimeValue::local_time();
Review Comment:
我们为什么要用这个结构来计算时间? 不能直接用std的库来吗?
##########
be/src/pipeline/pipeline_x/pipeline_x_task.cpp:
##########
@@ -348,4 +356,42 @@ std::string PipelineXTask::debug_string() {
return fmt::to_string(debug_string_buffer);
}
+bool PipelineXTask::try_wake_up(Dependency* wake_up_dep) {
+ // call by dependency
+ auto state = get_state();
+ VecDateTimeValue now = VecDateTimeValue::local_time();
Review Comment:
我们为什么要用这个结构来计算时间? 不能直接用std的库来吗?
--
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]