Update watermark.rs (#144)

add function that tests require
This commit is contained in:
lxc
2025-05-05 17:38:02 +08:00
committed by GitHub
parent 37a6d90795
commit d383d70763

View File

@@ -32,6 +32,10 @@ impl Watermark {
pub fn remove_reader(&mut self, ts: u64) {}
pub fn num_retained_snapshots(&self) -> usize {
0
}
pub fn watermark(&self) -> Option<u64> {
Some(0)
}