fix compile error

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2024-01-29 20:46:12 +08:00
parent c45d6c8261
commit 1795647bad
6 changed files with 37 additions and 14 deletions

View File

@@ -104,6 +104,7 @@ impl SsTableBuilder {
block_meta_offset: meta_offset,
block_cache,
bloom: Some(bloom),
max_ts: 0, // will be changed to latest ts in week 2
})
}