Skip to content

Commit

Permalink
fix: del duplicate sub
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Jan 16, 2025
1 parent 8580bff commit 459a3bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/flow/src/adapter/node_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ impl SourceSender {
len
);
}

self.send_buf_row_cnt.fetch_sub(len, Ordering::SeqCst);
row_cnt += len;
self.sender
.send(batch)
Expand Down

0 comments on commit 459a3bd

Please sign in to comment.