Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel39 committed Sep 10, 2024
1 parent 79f6d64 commit 25a9c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/pipeline/pipeline_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ class PipelineTask {
MonotonicStopWatch _pipeline_task_watcher;

Operators _operators; // left is _source, right is _root
OperatorBase* _source;
OperatorBase* _root;
OperatorXBase* _source;
OperatorXBase* _root;
DataSinkOperatorPtr _sink;

// `_read_dependencies` is stored as same order as `_operators`
Expand Down

0 comments on commit 25a9c58

Please sign in to comment.