From aeca336be12900735a4020e5740993f182487b2c Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Sun, 6 Oct 2024 00:30:22 +0200 Subject: [PATCH] todo comment --- src/tree/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tree/mod.rs b/src/tree/mod.rs index a84c138..d7f4a52 100644 --- a/src/tree/mod.rs +++ b/src/tree/mod.rs @@ -617,7 +617,7 @@ impl Tree { fn get_internal_entry_from_segments>( &self, key: K, - evict_tombstone: bool, + evict_tombstone: bool, // TODO: remove?, just always true seqno: Option, ) -> crate::Result> { // NOTE: Create key hash for hash sharing @@ -673,7 +673,7 @@ impl Tree { pub fn get_internal_entry>( &self, key: K, - evict_tombstone: bool, + evict_tombstone: bool, // TODO: remove?, just always true seqno: Option, ) -> crate::Result> { // TODO: consolidate memtable & sealed behind single RwLock