Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Oct 25, 2024
1 parent bf17f82 commit 0a9cb10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/scheduler/plan_fragmenter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,8 @@ fn derive_partitions(
assert!(
table_desc.vnode_count == 1,
"fragment vnode count {} does not match table vnode count {}",
vnode_mapping.len(), table_desc.vnode_count,
vnode_mapping.len(),
table_desc.vnode_count,
);
&WorkerSlotMapping::new_single(vnode_mapping.iter().next().unwrap())
} else {
Expand Down

0 comments on commit 0a9cb10

Please sign in to comment.