Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Mar 5, 2024
1 parent e55410b commit 94679aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/storage/hummock_trace/src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use bincode::{Decode, Encode};
use risingwave_common::buffer::Bitmap;
use risingwave_common::cache::CachePriority;
use risingwave_common::catalog::{TableId, TableOption};
use risingwave_common::hash::VirtualNode;
use risingwave_common::util::epoch::EpochPair;
use risingwave_hummock_sdk::HummockReadEpoch;
use risingwave_pb::common::PbBuffer;
Expand Down Expand Up @@ -156,6 +155,8 @@ pub struct TracedNewLocalOptions {
#[cfg(test)]
impl TracedNewLocalOptions {
pub(crate) fn for_test(table_id: u32) -> Self {
use risingwave_common::hash::VirtualNode;

Self {
table_id: TracedTableId { table_id },
op_consistency_level: TracedOpConsistencyLevel::Inconsistent,
Expand Down

0 comments on commit 94679aa

Please sign in to comment.