Skip to content

Commit

Permalink
[opt](pipeline) Distribute data evenly for passthrough local exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel39 committed Sep 10, 2024
1 parent c8d3202 commit 7792472
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Status LocalExchangeSinkLocalState::init(RuntimeState* state, LocalSinkStateInfo
SCOPED_TIMER(_init_timer);
_compute_hash_value_timer = ADD_TIMER(profile(), "ComputeHashValueTime");
_distribute_timer = ADD_TIMER(profile(), "DistributeDataTime");
_channel_id = info.task_idx;
return Status::OK();
}

Expand Down

0 comments on commit 7792472

Please sign in to comment.