Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Oct 27, 2023
1 parent 262d549 commit 1b5a97a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meta/src/barrier/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ impl CheckpointControl {
tracing::warn!("there are some changes in dropping_tables");
self.dropping_tables.clear();
}
// self.finished_commands.clear();
self.finished_commands
.drain(..)
.for_each(|cmd| cmd.notify_finish_failed(err.clone()));
Expand Down

0 comments on commit 1b5a97a

Please sign in to comment.