Skip to content

Commit

Permalink
rename ActorPoolProjectOperator::sink
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwang committed Oct 28, 2024
1 parent 803499a commit 86737c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl ActorPoolProjectOperator {
}

impl IntermediateOperator for ActorPoolProjectOperator {
#[instrument(skip_all, name = "ActorPoolProjectOperator::sink")]
#[instrument(skip_all, name = "ActorPoolProjectOperator::execute")]
fn execute(
&self,
_idx: usize,
Expand Down

0 comments on commit 86737c0

Please sign in to comment.