Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Feb 7, 2025
1 parent 3db4b37 commit 9c7d971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/stream/stream_graph/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ struct UpstreamFragmentChange {

#[derive(Default)]
struct DownstreamFragmentChange {
/// The new upstreams to be added (replaced), indexed by the upstream fragment ID.
/// The new upstreams to be added (replaced), indexed by the edge id to upstream fragment.
new_upstreams: HashMap<DownstreamExternalEdgeId, ActorUpstream>,
}

Expand Down

0 comments on commit 9c7d971

Please sign in to comment.