We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b2743 commit 402b0edCopy full SHA for 402b0ed
tests/blob_major_compact_gc_stats.rs
@@ -65,7 +65,9 @@ fn blob_tree_major_compact_gc_stats_tombstone() -> lsm_tree::Result<()> {
65
66
{
67
let tree = lsm_tree::Config::new(path)
68
- .with_kv_separation(Some(Default::default()))
+ .with_kv_separation(Some(
69
+ KvSeparationOptions::default().compression(lsm_tree::CompressionType::None),
70
+ ))
71
.open()?;
72
73
assert!(tree.get("big", SeqNo::MAX)?.is_none());
0 commit comments