Skip to content

Commit

Permalink
temp panic on warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Jan 12, 2024
1 parent aef7869 commit 27a75f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/storage/src/table/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ impl TableDistribution {
vnodes,
}
} else {
warn!(
?vnodes,
"no dist key or vnode col idx provided but provided vnodes"
panic!(
"no dist key or vnode col idx provided but provided vnodes: {:?}",
vnodes
);
Self::Singleton
// Self::Singleton
}
}
}
Expand Down

0 comments on commit 27a75f4

Please sign in to comment.