We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4203462 commit 89be4c9Copy full SHA for 89be4c9
be/src/pipeline/pipeline_task.cpp
@@ -72,7 +72,6 @@ PipelineTask::PipelineTask(
72
_sink(pipeline->sink_shared_pointer()),
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()) {
77
_pipeline_task_watcher.start();
78
_execution_dependencies.push_back(state->get_query_ctx()->get_execution_dependency());
0 commit comments