We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752f7b6 commit 238bc60Copy full SHA for 238bc60
be/src/pipeline/pipeline_task.cpp
@@ -73,7 +73,7 @@ PipelineTask::PipelineTask(
73
_le_state_map(std::move(le_state_map)),
74
_task_idx(task_idx),
75
_execution_dep(state->get_query_ctx()->get_execution_dependency()),
76
- _pipeline_name(_pipeline->name()){
+ _pipeline_name(_pipeline->name()) {
77
_pipeline_task_watcher.start();
78
79
auto shared_state = _sink->create_shared_state();
0 commit comments