Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Nov 18, 2024
1 parent fdea537 commit d953c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/scheduler/distributed/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl QueryRunner {
);
}
// To convince the compiler that `pinned_snapshot` will only be dropped once.
let mut pinned_snapshot_to_drop = Some(pinned_snapshot);
let pinned_snapshot_to_drop = Some(pinned_snapshot);

let mut finished_stage_cnt = 0usize;
while let Some(msg_inner) = self.msg_receiver.recv().await {
Expand Down

0 comments on commit d953c98

Please sign in to comment.